ma.glasnost.orika.impl.generator
Class MapEntryRef

java.lang.Object
  extended by ma.glasnost.orika.impl.generator.VariableRef
      extended by ma.glasnost.orika.impl.generator.MapEntryRef

public class MapEntryRef
extends VariableRef


Nested Class Summary
static class MapEntryRef.EntryPart
           
 
Field Summary
 
Fields inherited from class ma.glasnost.orika.impl.generator.VariableRef
name
 
Constructor Summary
MapEntryRef(Type<?> type, String name, MapEntryRef.EntryPart entryPart)
           
 
Method Summary
protected  String getter()
           
protected  String setter()
           
 
Methods inherited from class ma.glasnost.orika.impl.generator.VariableRef
assertType, assign, assign, assignIfPossible, assignIfPossible, asWrapper, cast, cast, cast, cast, declare, declare, declare, elementRef, elementType, elementTypeName, elementValueType, equals, getConverter, getDefaultValue, getGetter, getOwner, getPath, getSetter, hashCode, ifNotNull, ifNull, ifPathNotNull, isArray, isAssignable, isCollection, isDeclared, isInstanceOf, isList, isMap, isMapEntry, isNestedProperty, isNull, isPrimitive, isPrimitiveLiteral, isReadable, isSet, isWrapper, mapKeyType, mapValueType, name, notNull, owner, primitiveType, primitiveType, property, rawType, setConverter, setOwner, size, toString, type, typeName, wrapperTypeName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntryRef

public MapEntryRef(Type<?> type,
                   String name,
                   MapEntryRef.EntryPart entryPart)
Method Detail

getter

protected String getter()
Overrides:
getter in class VariableRef

setter

protected String setter()
Overrides:
setter in class VariableRef


Copyright © 2013 Glasnost. All Rights Reserved.