Class CustomFieldsVisitor


  • public class CustomFieldsVisitor
    extends FieldsVisitor
    A field visitor that allows to load a selection of the stored fields by exact name or by pattern. Supported pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy". The Uid field is always loaded. The class is optimized for source loading as it is a common use case.