com.levigo.jadice.annotation.profiles
Class PropertiesDescriptor.MapValue

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value<V>
      extended by com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue<Map<Object,Object>>
          extended by com.levigo.jadice.annotation.profiles.PropertiesDescriptor.MapValue
Enclosing class:
PropertiesDescriptor

public static class PropertiesDescriptor.MapValue
extends PropertiesDescriptor.JavaTypedValue<Map<Object,Object>>


Nested Class Summary
static class PropertiesDescriptor.MapValue.Entry
           
 
Field Summary
 
Fields inherited from class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value
value
 
Constructor Summary
PropertiesDescriptor.MapValue()
           
PropertiesDescriptor.MapValue(Map<Object,Object> value)
           
 
Method Summary
 List<PropertiesDescriptor.MapValue.Entry> getEntries()
           
 Map<Object,Object> getV()
           
 void setEntries(List<PropertiesDescriptor.MapValue.Entry> entries)
           
 
Methods inherited from class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.JavaTypedValue
getJavaTypeName, setJavaTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDescriptor.MapValue

public PropertiesDescriptor.MapValue()

PropertiesDescriptor.MapValue

public PropertiesDescriptor.MapValue(Map<Object,Object> value)
Method Detail

getEntries

public List<PropertiesDescriptor.MapValue.Entry> getEntries()

setEntries

public void setEntries(List<PropertiesDescriptor.MapValue.Entry> entries)

getV

public Map<Object,Object> getV()
Specified by:
getV in class PropertiesDescriptor.Value<Map<Object,Object>>


Copyright © 2017 levigo holding gmbh. All rights reserved.