Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaField
Package
Description
-
Uses of JavaField in org.eclipse.persistence.jaxb.javamodel
-
Uses of JavaField in org.eclipse.persistence.jaxb.javamodel.oxm
Modifier and TypeMethodDescriptionOXMJavaClassImpl.getDeclaredField
(String name) Return the declaredJavaField
for thisJavaClass
, identified byfieldName
.OXMJAXBElementImpl.getDeclaredField
(String arg0) OXMObjectFactoryImpl.getDeclaredField
(String arg0) Modifier and TypeMethodDescriptionOXMJavaClassImpl.getDeclaredFields()
Return all of the declaredJavaFields
for thisJavaClass
.OXMJAXBElementImpl.getDeclaredFields()
OXMObjectFactoryImpl.getDeclaredFields()
-
Uses of JavaField in org.eclipse.persistence.jaxb.javamodel.reflection
Modifier and TypeMethodDescriptionJavaClassImpl.getDeclaredField
(String arg0) JavaClassImpl.getJavaField
(Field field) -
Uses of JavaField in org.eclipse.persistence.jaxb.javamodel.xjc
Modifier and TypeMethodDescriptionXJCJavaClassImpl.getDeclaredField
(String fieldName) Return the declaredJavaField
for thisJavaClass
, identified byfieldName
.Modifier and TypeMethodDescriptionXJCJavaClassImpl.getDeclaredFields()
Return all of the declaredJavaFields
for thisJavaClass
.