org.dozer.loader.api
Class FieldDefinition

java.lang.Object
  extended by org.dozer.loader.api.FieldDefinition

public class FieldDefinition
extends Object

Author:
Dmitry Buzdin

Constructor Summary
FieldDefinition(String value)
           
 
Method Summary
 FieldDefinition accessible()
           
 FieldDefinition accessible(boolean value)
           
 void build(DozerBuilder.FieldDefinitionBuilder builder)
           
 FieldDefinition createMethod(String method)
           
 FieldDefinition getMethod(String getMethod)
           
 FieldDefinition iterate()
           
 FieldDefinition mapKey(String key)
           
 FieldDefinition mapMethods(String getMethod, String setMethod)
           
 FieldDefinition setMethod(String setMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefinition

public FieldDefinition(String value)
Method Detail

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.