public class EntityRepresentationConverter extends java.lang.Object implements RepresentationConverter<net.eusashead.parquet.entity.Entity>
| Constructor and Description |
|---|
EntityRepresentationConverter(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.theoryinpractise.halbuilder.api.Representation |
convert(net.eusashead.parquet.entity.Entity source)
Convert a thing
to another thing
|
public EntityRepresentationConverter(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory)
public com.theoryinpractise.halbuilder.api.Representation convert(net.eusashead.parquet.entity.Entity source)
Converter