Class BooleanFieldMapping

java.lang.Object
com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
All Implemented Interfaces:
FieldMapping

public class BooleanFieldMapping extends AbstractFieldMapping
Field mapping for true and false values
Since:
8.6
  • Constructor Details

  • Method Details

    • createField

      public FieldDescriptor createField(boolean value)
      Create a field for the current mapping with the given value
      Parameters:
      value -
      Returns:
      the newly created field
    • accept

      public <T> T accept(FieldMappingVisitor<T> visitor)
      Description copied from interface: FieldMapping
      Applies the supplied visitor to this field mapping with its respective callback.
      Parameters:
      visitor - The visitor to dispatch
      Returns:
      The value that is returned by the supplied visitor
    • builder

      public static BooleanFieldMapping.Builder builder(String name)