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 Details

    • withInstanceDescriptor

      B withInstanceDescriptor(ClassDescriptor aInstanceDescriptor)
      Sets the value for the ClassDescriptor property.
      Parameters:
      aInstanceDescriptor - The value to be stored by the ClassDescriptor property.
      Returns:
      The builder for applying multiple build operations.