Uses of Class
org.apache.juneau.objecttools.ObjectRest
Packages that use ObjectRest
- 
Uses of ObjectRest in org.apache.juneau.objecttoolsMethods in org.apache.juneau.objecttools that return ObjectRestModifier and TypeMethodDescriptionstatic ObjectRestStatic creator.static ObjectRestObjectRest.create(Object o, ReaderParser parser) Static creator.ObjectRest.setRootLocked()Call this method to prevent the root object from being overwritten onput("", xxx); calls.
- 
Uses of ObjectRest in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return ObjectRestModifier and TypeMethodDescriptionResponseContent.asObjectRest()Converts the output from the connection into anJsonMapand then wraps that in aObjectRest.ResponseContent.asObjectRest(Class<?> innerType) Parses the output from the body into the specified type and then wraps that in aObjectRest.