Uses of Class
org.chromattic.core.ArrayType

Packages that use ArrayType
org.chromattic.core   
 

Uses of ArrayType in org.chromattic.core
 

Methods in org.chromattic.core that return ArrayType
static
<E> ArrayType<E[],E>
ArrayType.array(java.lang.Class<E> componentType)
           
static
<E> ArrayType<java.util.List<E>,E>
ArrayType.list(java.lang.Class<E> componentType)
           
static
<E> ArrayType<java.lang.Object,E>
ArrayType.primitiveArray(java.lang.Class<E> componentType)
           
 

Methods in org.chromattic.core with parameters of type ArrayType
<L,V> L
ObjectContext.getPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> simpleType, ArrayType<L,V> arrayType)
           
<L,V> void
ObjectContext.setPropertyValues(java.lang.String propertyName, ValueDefinition<?,V> type, ArrayType<L,V> arrayType, L propertyValues)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.