public class ConverterTypeDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClassDefinition |
classA |
protected ClassDefinition |
classB |
protected String |
type |
| Constructor and Description |
|---|
ConverterTypeDefinition() |
ConverterTypeDefinition(CustomConvertersDefinition parent) |
| Modifier and Type | Method and Description |
|---|---|
CustomConverterDescription |
build(BeanContainer beanContainer) |
CustomConvertersDefinition |
end() |
String |
toString() |
ClassDefinition |
withClassA() |
ClassDefinition |
withClassB() |
ConverterTypeDefinition |
withType(String type) |
protected ClassDefinition classA
protected ClassDefinition classB
protected String type
public ConverterTypeDefinition()
public ConverterTypeDefinition(CustomConvertersDefinition parent)
public ClassDefinition withClassA()
public ClassDefinition withClassB()
public ConverterTypeDefinition withType(String type)
public CustomConverterDescription build(BeanContainer beanContainer)
public CustomConvertersDefinition end()
Copyright © 2005–2021 dozer. All rights reserved.