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

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

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


Nested Class Summary
static class PropertiesDescriptor.MapValue.Entry
           
 
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()


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.