Lines Matching full:instance
32 * configuration of the builder, and then building it into a class instance,
81 * Class instance builder, after the builder pattern. This allows each
82 * message instance to be immutable while providing flexibility when
101 * provided {@code ComposableBody} instance. This allows an
106 * @return builder instance
121 * @return builder instance
137 * @return builder instance
162 * @return builder instance
173 * Build the immutable object instance with the current configuration.
175 * @return composable body instance
204 * Parse a static body instance into a composable instance. This is an
213 * @param body static body instance to convert
214 * @return composable bosy instance
242 * Create a builder instance to build new instances of this class.
244 * @return AbstractBody instance
251 * If this {@code ComposableBody} instance is a dynamic instance, uses this
252 * {@code ComposableBody} instance as a starting point, create a builder
253 * which can be used to create another {@code ComposableBody} instance
254 * based on this one. This allows a {@code ComposableBody} instance to be
256 * way modifies or manipulates the current {@code ComposableBody} instance.
258 * @return builder instance which can be used to build similar