- getActualTypeArguments() - Method in class org.jeesy.classinfo.Types.ParameterizedTypeImpl
-
- getAnnotataions() - Method in class org.jeesy.classinfo.AnnotatedNode.BaseAnnotatedNode
-
- getAnnotataions() - Method in interface org.jeesy.classinfo.AnnotatedNode
-
Get list of annotations linked to this node
- getAnnotataions() - Method in class org.jeesy.classinfo.ClassInfo
-
- getAnnotatedNode() - Method in class org.jeesy.classinfo.TypeInfo
-
- getAnnotation(Class<T>) - Method in class org.jeesy.classinfo.AnnotatedNode.BaseAnnotatedNode
-
- getAnnotation(Class<T>) - Method in interface org.jeesy.classinfo.AnnotatedNode
-
Annotation instance linked to this node
- getAnnotation(Class<T>) - Method in class org.jeesy.classinfo.ClassInfo
-
- getByAnnotationType(Class<T>) - Method in class org.jeesy.classinfo.indexes.PropertyByAnnotationIndex
-
- getByType(Class<T>) - Method in class org.jeesy.classinfo.indexes.PropertyByTypeIndex
-
- getClassInfo() - Method in class org.jeesy.classinfo.PropertyInfo
-
- getComponentType() - Method in class org.jeesy.classinfo.TypeInfo
-
- getContainer() - Method in class org.jeesy.classinfo.selector.PropertyHandle
-
- getConverter(ConverterManager, Class<T>) - Method in class org.jeesy.classinfo.converter.ConverterCache
-
- getDirect() - Method in interface org.jeesy.classinfo.converter.api.TwoWayConverter
-
Returns converter from SrcType to DstType
- getDirect() - Method in class org.jeesy.classinfo.converter.impl.CollectionConverter
-
- getDirect() - Method in class org.jeesy.classinfo.converter.impl.StandardConverters.DateStringConverter
-
- getDstNodeName() - Method in exception org.jeesy.classinfo.converter.api.ConversionException
-
- getExceptionTypes(Member) - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the resolved generic exception types thrown by constructor.
- getFallback() - Method in class org.jeesy.classinfo.converter.impl.ChainableConversionService
-
- getField() - Method in class org.jeesy.classinfo.PropertyInfo
-
Returns field associated with this property if exists.
- getFieldType(Field) - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the resolved generic type of field.
- getGenericComponentType() - Method in class org.jeesy.classinfo.Types.GenericArrayTypeImpl
-
- getGenericSupertype(Type, Class<?>, Class<?>) - Static method in class org.jeesy.classinfo.Types
-
Returns the generic supertype for type.
- getGenericType() - Method in class org.jeesy.classinfo.PropertyInfo
-
Generic type of the property
- getIndex(Class<T>) - Method in class org.jeesy.classinfo.ClassInfo
-
- getInfo(Class<T>) - Method in class org.jeesy.classinfo.ClassInfoScanner
-
- getInfo() - Method in class org.jeesy.classinfo.selector.PropertyHandle
-
- getInfoNoCache(Class<T>) - Method in class org.jeesy.classinfo.ClassInfoScanner
-
- getInstantiationBehaviour() - Method in class org.jeesy.classinfo.ClassInfoScanner
-
- getInstantiationBehaviour() - Method in class org.jeesy.classinfo.selector.PropertySelector
-
- getInterfaces() - Method in class org.jeesy.classinfo.TypeInfo
-
- getLowerBounds() - Method in class org.jeesy.classinfo.Types.WildcardTypeImpl
-
- getMessage() - Method in exception org.jeesy.classinfo.converter.api.ConversionException
-
- getMethod() - Method in class org.jeesy.classinfo.MethodInfo
-
- getName() - Method in class org.jeesy.classinfo.AnnotatedNode.BaseAnnotatedNode
-
- getName() - Method in interface org.jeesy.classinfo.AnnotatedNode
-
Node name
- getName() - Method in class org.jeesy.classinfo.ClassInfo
-
- getOwnerType() - Method in class org.jeesy.classinfo.Types.ParameterizedTypeImpl
-
- getParameterTypes(Member) - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the resolved generic parameter types of methodOrConstructor.
- getParent() - Method in class org.jeesy.classinfo.ClassInfo
-
- getPostion() - Method in class org.jeesy.classinfo.MethodInfo.ParameterInfo
-
- getProperties() - Method in class org.jeesy.classinfo.ClassInfo
-
- getPropertyInfo(String) - Method in class org.jeesy.classinfo.ClassInfo
-
- getPropertyInfo(String, Class<T>) - Method in class org.jeesy.classinfo.ClassInfo
-
- getPropertyInfoByPath(String[]) - Method in class org.jeesy.classinfo.ClassInfo
-
Select property metadata by simple path.
- getPropertyInfoByPath(String[], Class<T>) - Method in class org.jeesy.classinfo.ClassInfo
-
- getRawType() - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the raw (non-generic) type for this type.
- getRawType(Type) - Static method in class org.jeesy.classinfo.Types
-
- getRawType() - Method in class org.jeesy.classinfo.Types.ParameterizedTypeImpl
-
- getReadMethod() - Method in class org.jeesy.classinfo.PropertyInfo
-
Returns accessor method for this property if exists
- getReturnType(Method) - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the resolved generic return type of method.
- getReverse() - Method in interface org.jeesy.classinfo.converter.api.TwoWayConverter
-
Returns converter from DstType to SrcType
- getReverse() - Method in class org.jeesy.classinfo.converter.impl.CollectionConverter
-
- getReverse() - Method in class org.jeesy.classinfo.converter.impl.StandardConverters.DateStringConverter
-
- getScanBehaviour() - Method in class org.jeesy.classinfo.ClassInfoScanner
-
- getScanIndexes() - Method in class org.jeesy.classinfo.ClassInfoScanner
-
- getScanner() - Method in class org.jeesy.classinfo.ClassInfo
-
- getSrcNodeName() - Method in exception org.jeesy.classinfo.converter.api.ConversionException
-
- getSuperType() - Method in class org.jeesy.classinfo.TypeInfo
-
- getSupertype(Class<?>) - Method in class org.jeesy.classinfo.TypeInfo
-
Returns the generic form of supertype.
- getType() - Method in class org.jeesy.classinfo.ClassInfo
-
- getType() - Method in class org.jeesy.classinfo.MethodInfo.ParameterInfo
-
- getType() - Method in class org.jeesy.classinfo.PropertyInfo
-
Type of the property
- getType() - Method in class org.jeesy.classinfo.TypeInfo
-
Gets underlying Type instance.
- getTypeInfo() - Method in class org.jeesy.classinfo.PropertyInfo
-
Returns type info for this property embedding actual property location to resolve type variables
- getUpperBounds() - Method in class org.jeesy.classinfo.Types.WildcardTypeImpl
-
- getValue(Object) - Method in class org.jeesy.classinfo.PropertyInfo
-
Get property value.
- getValue() - Method in class org.jeesy.classinfo.selector.MappingPropertyHandle
-
- getValue() - Method in class org.jeesy.classinfo.selector.PropertyHandle
-
- getWriteMethod() - Method in class org.jeesy.classinfo.PropertyInfo
-
Returns mutator method for this property if exists
- getWriteMethods() - Method in class org.jeesy.classinfo.PropertyInfo
-
Write methods what found on class and all parents for this property.