public class JAXBWrapperAccessor extends WrapperAccessor
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
contentClass |
protected HashMap<Object,Class> |
elementDeclaredTypes |
elementLocalNameCollision, propertyGetters, propertySetters
Constructor and Description |
---|
JAXBWrapperAccessor(Class<?> wrapperBean) |
Modifier and Type | Method and Description |
---|---|
protected static PropertyGetter |
createPropertyGetter(Field field,
Method getMethod) |
protected static PropertySetter |
createPropertySetter(Field field,
Method setter) |
protected static List<Field> |
getAllFields(Class<?> clz) |
protected static Field[] |
getDeclaredFields(Class<?> clz) |
PropertyAccessor |
getPropertyAccessor(String ns,
String name) |
getPropertyGetter, getPropertySetter
protected Class<?> contentClass
public JAXBWrapperAccessor(Class<?> wrapperBean)
protected static PropertyGetter createPropertyGetter(Field field, Method getMethod)
protected static PropertySetter createPropertySetter(Field field, Method setter)
public PropertyAccessor getPropertyAccessor(String ns, String name)
getPropertyAccessor
in class WrapperAccessor
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.