Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.document | |
org.infinispan.schematic.internal.schema |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
DocumentEditor |
DocumentEditor.with(Document.ValueTransformer transformer) |
Document |
BasicDocument.with(Document.ValueTransformer transformer) |
Array |
BasicArray.with(Document.ValueTransformer transformer) |
ArrayEditor |
ArrayEditor.with(Document.ValueTransformer transformer) |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.