public abstract class AbstractMappingStrategyBuilder<S,T extends MappingStrategy<S>> extends Object
Constructor and Description |
---|
AbstractMappingStrategyBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract T |
build()
Builds a new mapping strategy for parsing/writing.
|
AbstractMappingStrategyBuilder<S,T> |
withType(Class<? extends S> type)
Add type to the builder.
|
public AbstractMappingStrategyBuilder<S,T> withType(Class<? extends S> type)
type
- - class typepublic abstract T build()
Copyright © 2005–2025. All rights reserved.