Uses of Annotation Interface
dev.getelements.elements.rt.annotation.RemoteScope
Packages that use RemoteScope
Package
Description
-
Uses of RemoteScope in dev.getelements.elements.rt.annotation
Methods in dev.getelements.elements.rt.annotation that return RemoteScopeModifier and TypeMethodDescriptionstatic RemoteScope
Gets the definition matching scope and protocol.static RemoteScope
Gets the definition matching scope and protocol.Methods in dev.getelements.elements.rt.annotation that return types with arguments of type RemoteScopeModifier and TypeMethodDescriptionstatic Optional
<RemoteScope> Gets the definition matching scope and protocol.static Optional
<RemoteScope> Gets the definition matching scope and protocol. -
Uses of RemoteScope in dev.getelements.elements.rt.jackson
Methods in dev.getelements.elements.rt.jackson with parameters of type RemoteScopeModifier and TypeMethodDescriptionObjectMapperModelIntrospector.introspectClassForModel
(Class<?> cls, RemoteScope remoteScope) ObjectMapperModelIntrospector.introspectClassForModelName
(Class<?> cls, RemoteScope remoteScope) ObjectMapperModelIntrospector.introspectProperties
(Class<?> cls, RemoteScope remoteScope) -
Uses of RemoteScope in dev.getelements.elements.rt.manifest.model
Methods in dev.getelements.elements.rt.manifest.model with parameters of type RemoteScopeModifier and TypeMethodDescriptionModelIntrospector.introspectClassForModel
(Class<?> cls, RemoteScope remoteScope) ModelIntrospector.introspectClassForModelName
(Class<?> cls, RemoteScope remoteScope) Introspects the class for the model name, but does not generate the whole model. -
Uses of RemoteScope in dev.getelements.elements.rt.remote
Constructors in dev.getelements.elements.rt.remote with parameters of type RemoteScopeModifierConstructorDescriptionLocalInvocationProcessorBuilder
(RemoteScope remoteScope, Class<?> type, String name, List<String> parameters)