Uses of Interface
org.glassfish.admin.rest.composite.RestModel
-
-
Uses of RestModel in org.glassfish.admin.rest.composite
Subinterfaces of RestModel in org.glassfish.admin.rest.composite Modifier and Type Interface Description interfacePropertyThis model represents an arbitrary name/value pair that can be attached to a number of different configuration objects.Methods in org.glassfish.admin.rest.composite with type parameters of type RestModel Modifier and Type Method Description protected <T extends RestModel>
TCompositeResource. filterModel(Class<T> modelIface, T unfilteredModel, String include, String exclude)protected <T extends RestModel>
TCompositeResource. filterModel(Class<T> modelIface, T unfilteredModel, String include, String exclude, String identityAttr)protected <T extends RestModel>
TCompositeResource. filterModel(Class<T> modelIface, T unfilteredModel, JsonFilter filter)protected <T extends RestModel>
TCompositeResource. getTypedModel(Class<T> modelIface, jakarta.json.JsonObject jsonModel)protected <T extends RestModel>
RestModelResponseBody<T>LegacyCompositeResource. legacyResponseBody(Class<T> modelIface)protected <T extends RestModel>
TCompositeResource. newTemplate(Class<T> modelIface)protected <T extends RestModel>
RestCollectionResponseBody<T>CompositeResource. restCollectionResponseBody(Class<T> modelIface, String collectionName)protected <T extends RestModel>
RestCollectionResponseBody<T>CompositeResource. restCollectionResponseBody(Class<T> modelIface, String collectionName, URI parentUri)protected <T extends RestModel>
RestModelResponseBody<T>CompositeResource. restModelResponseBody(Class<T> modelIface)protected <T extends RestModel>
RestModelResponseBody<T>CompositeResource. restModelResponseBody(Class<T> modelIface, URI parentUri)protected <T extends RestModel>
RestModelResponseBody<T>CompositeResource. restModelResponseBody(Class<T> modelIface, URI parentUri, T entity)Methods in org.glassfish.admin.rest.composite with parameters of type RestModel Modifier and Type Method Description protected jakarta.json.JsonObjectCompositeResource. getJsonModel(RestModel typedModel)protected jakarta.ws.rs.core.ResponseLegacyCompositeResource. legacyCreated(String name, String message, RestModel model)protected jakarta.ws.rs.core.ResponseLegacyCompositeResource. legacyUpdated(String message, RestModel model) -
Uses of RestModel in org.glassfish.admin.rest.model
Classes in org.glassfish.admin.rest.model with type parameters of type RestModel Modifier and Type Class Description classLegacySseResponseBody<T extends RestModel>classRestCollectionResponseBody<T extends RestModel>Used to return a standard REST response body that contains a collection of entitiesclassRestModelResponseBody<T extends RestModel>Used to return a standard REST response body that contains a single entity -
Uses of RestModel in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type RestModel Modifier and Type Method Description StringRestModelWriter. getContent(RestModel proxy) -
Uses of RestModel in org.glassfish.admin.rest.readers
Classes in org.glassfish.admin.rest.readers with type parameters of type RestModel Modifier and Type Class Description classRestModelReader<T extends RestModel>Methods in org.glassfish.admin.rest.readers that return types with arguments of type RestModel Modifier and Type Method Description List<RestModel>RestModelListReader. readFrom(Class<List<RestModel>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Method parameters in org.glassfish.admin.rest.readers with type arguments of type RestModel Modifier and Type Method Description List<RestModel>RestModelListReader. readFrom(Class<List<RestModel>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) -
Uses of RestModel in org.glassfish.admin.rest.resources
Subinterfaces of RestModel in org.glassfish.admin.rest.resources Modifier and Type Interface Description interfaceCommandResult -
Uses of RestModel in org.glassfish.admin.rest.resources.composite
Subinterfaces of RestModel in org.glassfish.admin.rest.resources.composite Modifier and Type Interface Description interfaceJobThis model holds information for detached jobs -
Uses of RestModel in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type RestModel Modifier and Type Method Description static jakarta.json.JsonObjectJsonUtil. getJsonForRestModel(RestModel model, boolean hideConfidentialProperties)
-