void |
IndirectionPolicy.validateContainerPolicy(IntegrityChecker checker) |
INTERNAL:
Verify that the container policy is compatible with the
indirection policy.
|
void |
TransparentIndirectionPolicy.validateContainerPolicy(IntegrityChecker checker) |
INTERNAL:
Verify that the container policy is compatible with the
indirection policy.
|
void |
BasicIndirectionPolicy.validateDeclaredAttributeType(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateDeclaredAttributeType(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateDeclaredAttributeType(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
ProxyIndirectionPolicy.validateDeclaredAttributeType(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attribute type is correct for the indirection policy.
|
void |
TransparentIndirectionPolicy.validateDeclaredAttributeType(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateDeclaredAttributeTypeForCollection(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is an appropriate collection type for the
indirection policy.
|
void |
NoIndirectionPolicy.validateDeclaredAttributeTypeForCollection(Class<?> attributeType,
IntegrityChecker checker) |
INTERNAL:
Verify that attributeType is an appropriate collection type for the
indirection policy.
|
void |
BasicIndirectionPolicy.validateGetMethodReturnType(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateGetMethodReturnType(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateGetMethodReturnType(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
ProxyIndirectionPolicy.validateGetMethodReturnType(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that the return type of the attribute's get method is correct for the indirection policy.
|
void |
TransparentIndirectionPolicy.validateGetMethodReturnType(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateGetMethodReturnTypeForCollection(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is an appropriate collection type for the
indirection policy.
|
void |
NoIndirectionPolicy.validateGetMethodReturnTypeForCollection(Class<?> returnType,
IntegrityChecker checker) |
INTERNAL:
Verify that getter returnType is an appropriate collection type for the
indirection policy.
|
void |
BasicIndirectionPolicy.validateSetMethodParameterType(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateSetMethodParameterType(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateSetMethodParameterType(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
ProxyIndirectionPolicy.validateSetMethodParameterType(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that the parameter type of the attribute's set method is correct for the indirection policy.
|
void |
TransparentIndirectionPolicy.validateSetMethodParameterType(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateSetMethodParameterTypeForCollection(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is an appropriate collection type for the
indirection policy.
|
void |
NoIndirectionPolicy.validateSetMethodParameterTypeForCollection(Class<?> parameterType,
IntegrityChecker checker) |
INTERNAL:
Verify that setter parameterType is an appropriate collection type for the
indirection policy.
|