Class CompositeProperty.NoopTransformation

java.lang.Object
org.springframework.data.neo4j.core.schema.CompositeProperty.NoopTransformation
All Implemented Interfaces:
BiFunction<CompositeProperty.Phase,String,String>
Enclosing class:
CompositeProperty

public static final class CompositeProperty.NoopTransformation extends Object implements BiFunction<CompositeProperty.Phase,String,String>
The default operation for transforming the keys. Defaults to a no-op.