Module org.refcodes.remoting
Package org.refcodes.remoting
Interface InstanceDescriptorAccessor.InstanceDescriptorBuilder<B extends InstanceDescriptorAccessor.InstanceDescriptorBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- InstanceDescriptorAccessor
public static interface InstanceDescriptorAccessor.InstanceDescriptorBuilder<B extends InstanceDescriptorAccessor.InstanceDescriptorBuilder<B>>
Provides a builder method for the according property returning the
builder for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithInstanceDescriptor(ClassDescriptor aInstanceDescriptor) Sets the value for theClassDescriptorproperty.
-
Method Details
-
withInstanceDescriptor
Sets the value for theClassDescriptorproperty.- Parameters:
aInstanceDescriptor- The value to be stored by theClassDescriptorproperty.- Returns:
- The builder for applying multiple build operations.
-