com.levigo.jadice.annotation.profiles
Class PropertiesDescriptor.JavaTypedValue<V>

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

public abstract static class PropertiesDescriptor.JavaTypedValue<V>
extends PropertiesDescriptor.Value<V>


Field Summary
 
Fields inherited from class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value
value
 
Constructor Summary
PropertiesDescriptor.JavaTypedValue()
           
PropertiesDescriptor.JavaTypedValue(Object value)
           
 
Method Summary
 String getJavaTypeName()
           
 void setJavaTypeName(String javaTypeName)
           
 
Methods inherited from class com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value
getV
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDescriptor.JavaTypedValue

public PropertiesDescriptor.JavaTypedValue()

PropertiesDescriptor.JavaTypedValue

public PropertiesDescriptor.JavaTypedValue(Object value)
Method Detail

getJavaTypeName

public String getJavaTypeName()

setJavaTypeName

public void setJavaTypeName(String javaTypeName)


Copyright © 2017 levigo holding gmbh. All rights reserved.