- GenericCollectionTypeResolver - Class in org.constretto.internal
-
Helper class for determining element types of collections and maps.
- GenericCollectionTypeResolver() - Constructor for class org.constretto.internal.GenericCollectionTypeResolver
-
- GenericTypeResolver - Class in org.constretto.internal
-
Helper class for resolving generic types against type variables.
- GenericTypeResolver() - Constructor for class org.constretto.internal.GenericTypeResolver
-
- getAnnotations() - Method in class org.constretto.internal.introspect.ArgumentDescription
-
- getCollectionFieldType(Field) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection field.
- getCollectionParameterType(MethodParameter) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection parameter.
- getConfiguration() - Method in class org.constretto.ConstrettoBuilder
-
- getConstructor() - Method in class org.constretto.internal.MethodParameter
-
Return the wrapped Constructor, if any.
- getCurrentTags() - Method in class org.constretto.internal.DefaultConstrettoConfiguration
-
- getDeclaringClass() - Method in class org.constretto.internal.MethodParameter
-
Return the class that declares the underlying Method or Constructor.
- getInputStream() - Method in class org.constretto.model.ClassPathResource
-
- getInputStream() - Method in class org.constretto.model.FileResource
-
- getInputStream() - Method in class org.constretto.model.Resource
-
- getInputStream() - Method in class org.constretto.model.UrlResource
-
- getMapKeyFieldType(Field) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map field.
- getMapKeyParameterType(MethodParameter) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map parameter.
- getMapValueFieldType(Field) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map field.
- getMapValueParameterType(MethodParameter) - Static method in class org.constretto.internal.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map parameter.
- getMethod() - Method in class org.constretto.internal.MethodParameter
-
Return the wrapped Method, if any.
- getMethodAnnotations() - Method in class org.constretto.internal.MethodParameter
-
Return the annotations associated with the target method/constructor itself.
- getName() - Method in class org.constretto.internal.introspect.ArgumentDescription
-
- getNestingLevel() - Method in class org.constretto.internal.MethodParameter
-
Return the nesting level of the target type
(typically 1; e.g. in case of a List of Lists, 1 would indicate the
nested List, whereas 2 would indicate the element of the nested List).
- getParameterAnnotations() - Method in class org.constretto.internal.MethodParameter
-
Return the annotations associated with the specific method/constructor parameter.
- getParameterIndex() - Method in class org.constretto.internal.MethodParameter
-
Return the index of the method/constructor parameter.
- getParameterType() - Method in class org.constretto.internal.MethodParameter
-
Return the type of the method/constructor parameter.
- getProperties() - Method in class org.constretto.model.TaggedPropertySet
-
- getTags() - Method in class org.constretto.internal.resolver.DefaultConfigurationContextResolver
-
- getTargetType(MethodParameter) - Static method in class org.constretto.internal.GenericTypeResolver
-
Determine the target type for the given parameter specification.
- getType() - Method in class org.constretto.internal.introspect.ArgumentDescription
-
- getTypeIndexForLevel(int) - Method in class org.constretto.internal.MethodParameter
-
Return the type index for the specified nesting level.
- GsonParser - Class in org.constretto.model
-
- GsonParser() - Constructor for class org.constretto.model.GsonParser
-