- getCallback(Object) - Method in class de.alpharogroup.model.reflect.CachingProxyFactory
-
- getCallback(Object) - Method in class de.alpharogroup.model.reflect.DefaultProxyFactory
-
- getCallback(Object) - Method in interface de.alpharogroup.model.reflect.IProxyFactory
-
Get the callback for the given proxy.
- getClass(Type) - Static method in class de.alpharogroup.model.reflect.Reflection
-
Get the
Class for a generic type.
- getId(Method) - Method in class de.alpharogroup.model.reflect.CachingMethodResolver
-
- getId(Method) - Method in class de.alpharogroup.model.reflect.DefaultMethodResolver
-
Generates an identifier for the given method consisting of the method name and the first
character of each parameter type.
- getId(Method) - Method in interface de.alpharogroup.model.reflect.IMethodResolver
-
Get the identifier for the given method.
- getMethod(Class<?>, Serializable) - Method in class de.alpharogroup.model.reflect.CachingMethodResolver
-
- getMethod(Class<?>, Serializable) - Method in class de.alpharogroup.model.reflect.DefaultMethodResolver
-
- getMethod(Class<?>, Serializable) - Method in interface de.alpharogroup.model.reflect.IMethodResolver
-
Get method by identifier.
- getNumericType(int, int, boolean) - Static method in class de.alpharogroup.model.util.Objects
-
Returns the constant from the NumericTypes interface that best expresses the type of an
operation, which can be either numeric or not, on the two given types.
- getNumericType(Object) - Static method in class de.alpharogroup.model.util.Objects
-
Returns a constant from the NumericTypes interface that represents the numeric type of the
given object.
- getNumericType(Object, Object) - Static method in class de.alpharogroup.model.util.Objects
-
Returns the constant from the NumericTypes interface that best expresses the type of a
numeric operation on the two given objects.
- getNumericType(Object, Object, boolean) - Static method in class de.alpharogroup.model.util.Objects
-
Returns the constant from the NumericTypes interface that best expresses the type of an
operation, which can be either numeric or not, on the two given objects.
- getObject() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the evaluation result.
- getObjectClass() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the evaluation result's class.
- getObjectType() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the evaluation result's type.
- getPath() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the invoked method path for the evaluation.
- getPropertyField() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
LazyModel does not support field access.
- getPropertyGetter() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the final getter of the evaluation.
- getPropertySetter() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the final setter of the evaluation.
- getSetter(Method) - Method in class de.alpharogroup.model.reflect.CachingMethodResolver
-
- getSetter(Method) - Method in class de.alpharogroup.model.reflect.DefaultMethodResolver
-
Resolves the setter by Java Beans convention.
- getSetter(Method) - Method in interface de.alpharogroup.model.reflect.IMethodResolver
-
Get a setter for the given method.
- getTarget() - Method in class de.alpharogroup.model.typesafe.TypeSafeModel
-
Get the target of this evaluation.