Uses of Class
org.jboss.marshalling.FieldSetter
-
Packages that use FieldSetter Package Description org.jboss.marshalling The marshalling API. -
-
Uses of FieldSetter in org.jboss.marshalling
Fields in org.jboss.marshalling declared as FieldSetter Modifier and Type Field Description private static FieldSetterPair. setterMethods in org.jboss.marshalling that return FieldSetter Modifier and Type Method Description static FieldSetterFieldSetter. get(java.lang.Class<?> clazz, java.lang.String name)Get an instance for the current class.
-