Class FieldLocator.ForExactType

    • Field Detail

      • typeDescription

        private final TypeDescription typeDescription
        The type for which to look up fields.
    • Constructor Detail

      • ForExactType

        public ForExactType​(TypeDescription typeDescription)
        Creates a new field locator for locating fields from a declared type.
        Parameters:
        typeDescription - The type for which to look up fields that is also providing the accessing type.
      • ForExactType

        public ForExactType​(TypeDescription typeDescription,
                            TypeDescription accessingType)
        Creates a new field locator for locating fields from a declared type.
        Parameters:
        typeDescription - The type for which to look up fields.
        accessingType - The accessing type.