Uses of Interface
org.simpleflatmapper.reflect.Getter
Packages that use Getter
Package
Description
Reflection tools.
Asm generation.
Reflection tools implementation.
Class analyses.
-
Uses of Getter in org.simpleflatmapper
Classes in org.simpleflatmapper that implement GetterConstructors in org.simpleflatmapper with parameters of type GetterModifierConstructorDescriptionGetterWithDefaultValue(Getter<? super T, ? extends P> delegate, P defaultValue) -
Uses of Getter in org.simpleflatmapper.reflect
Methods in org.simpleflatmapper.reflect that return GetterModifier and TypeMethodDescription<T,P> Getter<T, P> ObjectGetterFactory.getFieldGetter(Class<?> target, String property) <T,P> Getter<T, P> ObjectGetterFactory.getFieldGetter(Field field) MethodGetterPair.getGetter()<T,P> Getter<T, P> ScoredGetter.getGetter()<T,P> Getter<T, P> ObjectGetterFactory.getMethodGetter(Method method) Methods in org.simpleflatmapper.reflect with parameters of type GetterModifier and TypeMethodDescriptionstatic <T,P> ScoredGetter<T, P> static <T,P> ScoredGetter<T, P> static <T,P> ScoredGetter<T, P> static <T> BooleanGetter<T>ObjectGetterFactory.toBooleanGetter(Getter<T, ? extends Boolean> getter) static <T> ByteGetter<T>ObjectGetterFactory.toByteGetter(Getter<T, ? extends Byte> getter) static <T> CharacterGetter<T>ObjectGetterFactory.toCharGetter(Getter<T, ? extends Character> getter) static <T> DoubleGetter<T>ObjectGetterFactory.toDoubleGetter(Getter<T, ? extends Double> getter) static <T> FloatGetter<T>ObjectGetterFactory.toFloatGetter(Getter<T, ? extends Float> getter) static <T> IntGetter<T>ObjectGetterFactory.toIntGetter(Getter<T, ? extends Integer> getter) static <T> LongGetter<T>ObjectGetterFactory.toLongGetter(Getter<T, ? extends Long> getter) static <T> ShortGetter<T>ObjectGetterFactory.toShortGetter(Getter<T, ? extends Short> getter) Method parameters in org.simpleflatmapper.reflect with type arguments of type GetterModifier and TypeMethodDescription<S,T> Instantiator<S, T> InstantiatorFactory.getInstantiator(Type target, Class<S> source, List<InstantiatorDefinition> constructors, Map<Parameter, Getter<? super S, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) <S,T> Instantiator<S, T> InstantiatorFactory.getInstantiator(InstantiatorDefinition instantiatorDefinition, Class<S> source, Map<Parameter, Getter<? super S, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) Constructors in org.simpleflatmapper.reflect with parameters of type GetterModifierConstructorDescriptionMethodGetterPair(Method method, Getter<? super T, ?> getter) ScoredGetter(int score, Getter<? super T, ? extends P> getter) -
Uses of Getter in org.simpleflatmapper.reflect.asm
Methods in org.simpleflatmapper.reflect.asm that return GetterModifier and TypeMethodDescription<T,P> Getter<T, P> AsmFactory.createGetter(Field m) <T,P> Getter<T, P> AsmFactory.createGetter(Method m) Method parameters in org.simpleflatmapper.reflect.asm with type arguments of type GetterModifier and TypeMethodDescription<S,T> Instantiator<S, T> AsmFactory.createInstantiator(Class<S> source, InstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections, boolean builderIgnoresNullValues) static <S> byte[]InstantiatorBuilder.createInstantiator(String className, Class<?> sourceClass, BuilderInstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections, boolean ignoreNullValues) static <S> byte[]InstantiatorBuilder.createInstantiator(String className, Class<?> sourceClass, ExecutableInstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections) Constructor parameters in org.simpleflatmapper.reflect.asm with type arguments of type GetterModifierConstructorDescriptionInstantiatorKey(InstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections, Class<S> source) -
Uses of Getter in org.simpleflatmapper.reflect.getter
Classes in org.simpleflatmapper.reflect.getter that implement GetterModifier and TypeClassDescriptionfinal classclassclassclassclassclassclassConstantGetter<T,P> classclassclassfinal classEnumUnspecifiedTypeGetter<R,E extends Enum<E>> final classFieldGetter<T,P> classGetterOnGetter<O,I, P> classfinal classfinal classfinal classfinal classfinal classfinal classclassfinal classfinal classfinal classclassInstantiatorGetter<S,T, P> classMethodGetter<T,P> classNullGetter<T,P> final classOrdinalEnumGetter<R,E extends Enum<E>> final classStringEnumGetter<R,E extends Enum<E>> final classfinal classMethods in org.simpleflatmapper.reflect.getter that return GetterModifier and TypeMethodDescriptionBiFunctionGetter.getGetter()static <T,V> Getter<T, V> NullGetter.getter()Methods in org.simpleflatmapper.reflect.getter with parameters of type GetterConstructors in org.simpleflatmapper.reflect.getter with parameters of type GetterModifierConstructorDescriptionBiFunctionGetter(Getter<? super S1, ? extends T> getter) BytesUUIDGetter(Getter<R, byte[]> bytesGetter) EnumUnspecifiedTypeGetter(Getter<R, ?> getter, Class<E> enumType) InstantiatorGetter(Instantiator<? super S, ? extends P> instantiator, Getter<? super T, ? extends S> getter) StringUUIDGetter(Getter<R, String> stringGetter) UUIDUnspecifiedTypeGetter(Getter<R, ?> getter) -
Uses of Getter in org.simpleflatmapper.reflect.impl
Constructor parameters in org.simpleflatmapper.reflect.impl with type arguments of type GetterModifierConstructorDescriptionArgumentBuilder(InstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections) InjectConstructorInstantiator(ExecutableInstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections) InjectStaticMethodInstantiator(ExecutableInstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections) -
Uses of Getter in org.simpleflatmapper.reflect.instantiator
Method parameters in org.simpleflatmapper.reflect.instantiator with type arguments of type GetterModifier and TypeMethodDescription<S> voidKotlinDefaultConstructorInstantiatorDefinition.addDefaultValueFlag(Map<Parameter, Getter<? super S, ?>> injections) Constructors in org.simpleflatmapper.reflect.instantiator with parameters of type GetterModifierConstructorDescriptionGetterBiInstantiator(Getter<S1, T> getter) GetterInstantiator(Getter<S, T> getter) -
Uses of Getter in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta that return GetterModifier and TypeMethodDescriptionArrayElementPropertyMeta.getGetter()ConstructorPropertyMeta.getGetter()MapElementPropertyMeta.getGetter()MapKeyValueElementPropertyMeta.getGetter()NonMappedPropertyMeta.getGetter()ObjectPropertyMeta.getGetter()PropertyMeta.getGetter()SelfPropertyMeta.getGetter()SubPropertyMeta.getGetter()Methods in org.simpleflatmapper.reflect.meta that return types with arguments of type GetterModifier and TypeMethodDescription<T,E> org.simpleflatmapper.util.IntFactory<Getter<T, E>> ArrayClassMeta.newGetterFactory() -
Uses of Getter in org.simpleflatmapper.reflect.primitive
Classes in org.simpleflatmapper.reflect.primitive that implement GetterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassConstructors in org.simpleflatmapper.reflect.primitive with parameters of type GetterModifierConstructorDescriptionBoxedBooleanGetter(Getter<? super T, ? extends Boolean> delegate) BoxedByteGetter(Getter<? super T, ? extends Byte> delegate) BoxedCharacterGetter(Getter<? super T, ? extends Character> delegate) BoxedDoubleGetter(Getter<? super T, ? extends Double> delegate) BoxedFloatGetter(Getter<? super T, ? extends Float> delegate) BoxedIntGetter(Getter<? super T, ? extends Integer> delegate) BoxedLongGetter(Getter<? super T, ? extends Long> delegate) BoxedShortGetter(Getter<? super T, ? extends Short> delegate) -
Uses of Getter in org.simpleflatmapper.reflect.setter
Constructors in org.simpleflatmapper.reflect.setter with parameters of type Getter