public interface MetadataProcessor<T,M>
| Modifier and Type | Method and Description | 
|---|---|
| int | determineMemberAccess(M m)Determine the access type of the given member. | 
| int | determineTypeAccess(T t)Determine the access type of the given type. | 
| Set<M> | getPersistentMembers(T t)Get the persistent members of the given type. | 
| T | getPersistentSupertype(T t) | 
| boolean | isMixedAccess(T t)Affirms if the members of given type are using both field and property
 based access. | 
| List<Exception> | validateAccess(T t)Gets the violations, if any. | 
int determineTypeAccess(T t)
int determineMemberAccess(M m)
List<Exception> validateAccess(T t)
boolean isMixedAccess(T t)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.