org.dozer.loader.api
Class FieldDefinition
java.lang.Object
org.dozer.loader.api.FieldDefinition
public class FieldDefinition
- extends Object
- Author:
- Dmitry Buzdin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldDefinition
public FieldDefinition(String value)
build
public void build(DozerBuilder.FieldDefinitionBuilder builder)
iterate
public FieldDefinition iterate()
accessible
public FieldDefinition accessible()
accessible
public FieldDefinition accessible(boolean value)
createMethod
public FieldDefinition createMethod(String method)
mapKey
public FieldDefinition mapKey(String key)
mapMethods
public FieldDefinition mapMethods(String getMethod,
String setMethod)
getMethod
public FieldDefinition getMethod(String getMethod)
setMethod
public FieldDefinition setMethod(String setMethod)
Copyright © 2005-2011 dozer. All Rights Reserved.