Uses of Class
com.orchestranetworks.rest.serialization.Include
-
Packages that use Include Package Description com.orchestranetworks.rest.annotation com.orchestranetworks.rest.serialization -
-
Uses of Include in com.orchestranetworks.rest.annotation
Methods in com.orchestranetworks.rest.annotation that return Include Modifier and Type Method Description Include[]value() -
Uses of Include in com.orchestranetworks.rest.serialization
Methods in com.orchestranetworks.rest.serialization that return Include Modifier and Type Method Description static IncludeInclude. valueOf(String name)Returns the enum constant of this type with the specified name.static Include[]Include. values()Returns an array containing the constants of this enum type, in the order they are declared.
-