Uses of Class
org.apache.johnzon.mapper.JohnzonVirtualObject
-
Packages that use JohnzonVirtualObject Package Description org.apache.johnzon.mapper -
-
Uses of JohnzonVirtualObject in org.apache.johnzon.mapper
Methods in org.apache.johnzon.mapper that return JohnzonVirtualObject Modifier and Type Method Description JohnzonVirtualObject[]
value()
Methods in org.apache.johnzon.mapper with parameters of type JohnzonVirtualObject Modifier and Type Method Description private void
Mappings. handleVirtualObject(Collection<String> virtualFields, JohnzonVirtualObject o, Map<String,Mappings.Getter> getters, Map<String,Mappings.Setter> setters, Map<String,AccessMode.Reader> readers, Map<String,AccessMode.Writer> writers, boolean copyDate, Class<?> rootClazz)
-