ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Class JsonSchema.ArrayConverter

java.lang.Object
  extended by org.infinispan.schematic.document.JsonSchema.ArrayConverter
All Implemented Interfaces:
JsonSchema.ValueConverter<List<?>>
Enclosing class:
JsonSchema

protected static class JsonSchema.ArrayConverter
extends Object
implements JsonSchema.ValueConverter<List<?>>


Constructor Summary
protected JsonSchema.ArrayConverter()
           
 
Method Summary
 List<?> convert(Object value, JsonSchema.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSchema.ArrayConverter

protected JsonSchema.ArrayConverter()
Method Detail

convert

public List<?> convert(Object value,
                       JsonSchema.Type type)
Specified by:
convert in interface JsonSchema.ValueConverter<List<?>>

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.