Uses of Class
org.apache.juneau.objecttools.ObjectRest
Packages that use ObjectRest
-
Uses of ObjectRest in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return ObjectRestModifier and TypeMethodDescriptionstatic ObjectRest
Static creator.static ObjectRest
ObjectRest.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.client
Methods in org.apache.juneau.rest.client that return ObjectRestModifier and TypeMethodDescriptionResponseContent.asObjectRest()
Converts the output from the connection into anJsonMap
and 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
.