ModeShape Distribution 3.2.0.Final

Uses of Interface
org.infinispan.schematic.document.Document.ValueTransformer

Packages that use Document.ValueTransformer
org.infinispan.schematic.document   
org.infinispan.schematic.internal.document   
org.infinispan.schematic.internal.schema   
 

Uses of Document.ValueTransformer in org.infinispan.schematic.document
 

Methods in org.infinispan.schematic.document with parameters of type Document.ValueTransformer
 Document MergeDocument.with(Document.ValueTransformer transformer)
           
 Document Document.with(Document.ValueTransformer transformer)
          Obtain a clone of this document, but with the field values transformed using the supplied Document.ValueTransformer.
 

Uses of Document.ValueTransformer in org.infinispan.schematic.internal.document
 

Methods in org.infinispan.schematic.internal.document with parameters of type Document.ValueTransformer
 DocumentEditor DocumentEditor.with(Document.ValueTransformer transformer)
           
 Document BasicDocument.with(Document.ValueTransformer transformer)
           
 Array BasicArray.with(Document.ValueTransformer transformer)
           
 ArrayEditor ArrayEditor.with(Document.ValueTransformer transformer)
           
 

Uses of Document.ValueTransformer in org.infinispan.schematic.internal.schema
 

Classes in org.infinispan.schematic.internal.schema that implement Document.ValueTransformer
static class DocumentTransformer.PropertiesTransformer
          An implementation of Document.ValueTransformer that replaces variables in the field values with values from the system properties.
static class DocumentTransformer.SystemPropertiesTransformer
          An implementation of Document.ValueTransformer that replaces variables in the field values with values from the system properties.
 


ModeShape Distribution 3.2.0.Final

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