Set<PropertyMapping> propertyMappings = new HashSet<PropertyMapping>();
Set<MethodMapping> methodMappings = new HashSet<MethodMapping>();
BeanInfo info = new BeanInfo(javaClass);
//
Mixin mixin = new AnnotationIntrospector<Mixin>(Mixin.class).resolve(javaClass);
Set<String> mixinNames = new HashSet<String>();
if (mixin != null) {
for (String mixinName : mixin.name()) {
mixinNames.add(mixinName);
}
}
// Property