Class FieldSetRepo


  • public class FieldSetRepo
    extends java.lang.Object
    TODO: Move to document and implement
    • Constructor Detail

      • FieldSetRepo

        public FieldSetRepo()
    • Method Detail

      • serialize

        public java.lang.String serialize​(FieldSet fieldSet)
      • copyFields

        public void copyFields​(Document source,
                               Document target,
                               FieldSet fieldSet)
        Copies fields from one document to another based on whether the fields match the given fieldset.
      • stripFields

        public void stripFields​(Document target,
                                FieldSet fieldSet)
        Strips all fields not wanted by the given field set from the document.