Package org.refcodes.rest
Interface HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>
-
- Type Parameters:
DESC- TheHttpServerDescriptor(sub-)type of the truststore descriptor.B- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
- Enclosing interface:
- HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor>
public static interface HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>Provides a builder method for aHttpServerDescriptorproperty returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithHttpServerDescriptor(DESC aServerDescriptor)Sets theHttpServerDescriptorfor theHttpServerDescriptorproperty.
-
-
-
Method Detail
-
withHttpServerDescriptor
B withHttpServerDescriptor(DESC aServerDescriptor)
Sets theHttpServerDescriptorfor theHttpServerDescriptorproperty.- Parameters:
aServerDescriptor- TheHttpServerDescriptorto be stored by theHttpServerDescriptorproperty.- Returns:
- The builder for applying multiple build operations.
-
-