- Generics - Class in com.google.sitebricks.conversion.generics
-
- Generics() - Constructor for class com.google.sitebricks.conversion.generics.Generics
-
- get(Class<T>) - Static method in class com.google.sitebricks.conversion.generics.TypeToken
-
Gets type token for the given Class instance.
- get(Type) - Static method in class com.google.sitebricks.conversion.generics.TypeToken
-
Gets type token for the given Type instance.
- getActualTypeArguments() - Method in class com.google.sitebricks.conversion.generics.ParameterizedTypeImpl
-
- getArrayComponentType(Type) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
If type is an array type, returns the type of the component of the array.
- getConvertersBySource() - Method in interface com.google.sitebricks.conversion.ConverterRegistry
-
- getConvertersBySource() - Method in class com.google.sitebricks.conversion.StandardTypeConverter
-
- getConvertersByTarget() - Method in interface com.google.sitebricks.conversion.ConverterRegistry
-
- getConvertersByTarget() - Method in class com.google.sitebricks.conversion.StandardTypeConverter
-
- getExactDirectSuperTypes(Type) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
Returns the direct supertypes of the given type.
- getExactFieldType(Field, Type) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
Returns the exact type of the given field in the given type.
- getExactReturnType(Method, Type) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
Returns the exact return type of the given method in the given type.
- getExactSuperType(Type, Class<?>) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
With type a supertype of searchClass, returns the exact supertype of the
given class, including type parameters.
- getFormat() - Method in class com.google.sitebricks.conversion.DateConverters.DateStringConverter
-
- getFormat() - Method in class com.google.sitebricks.conversion.DateConverters.LocalizedDateStringConverter
-
- getLowerBounds() - Method in interface com.google.sitebricks.conversion.generics.CaptureType
-
Returns an array of Type objects representing the lower bound(s)
of this type variable.
- getOwnerType() - Method in class com.google.sitebricks.conversion.generics.ParameterizedTypeImpl
-
- getRawType() - Method in class com.google.sitebricks.conversion.generics.ParameterizedTypeImpl
-
- getType() - Method in class com.google.sitebricks.conversion.generics.TypeToken
-
- getTypeName(Type) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
Returns the display name of a Type.
- getTypeParameter(Type, TypeVariable<? extends Class<?>>) - Static method in class com.google.sitebricks.conversion.generics.Generics
-
Gets the type parameter for a given type that is the value for a given
type variable.
- getUpperBounds() - Method in interface com.google.sitebricks.conversion.generics.CaptureType
-
Returns an array of Type objects representing the upper bound(s)
of this capture.