Object/Class

org.locationtech.geomesa.convert2

AbstractConverterFactory

Related Docs: class AbstractConverterFactory | package convert2

Permalink

object AbstractConverterFactory extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractConverterFactory
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigMapConvert extends AnyRef

    Permalink

    Convert named configs

  2. trait ConfigSeqConvert extends AnyRef

    Permalink

    Convert unnamed configs

  3. abstract class ConverterConfigConvert[C <: ConverterConfig] extends ConfigConvert[C] with ExpressionConvert with ConfigMapConvert

    Permalink

    Pureconfig convert that parses out basic config.

    Pureconfig convert that parses out basic config. Subclasses must implement decodeConfig and encodeConfig to read/write any custom config

    C

    config class

  4. abstract class ConverterOptionsConvert[O <: ConverterOptions] extends ConfigConvert[O] with ConfigSeqConvert with ConfigMapConvert

    Permalink

    Pureconfig convert that parses out basic options.

    Pureconfig convert that parses out basic options. Subclasses must implement decodeOptions and encodeOptions to read/write any custom converter options

    O

    options class

  5. trait ExpressionConvert extends AnyRef

    Permalink

    Convert a transformer expression

  6. abstract class FieldConvert[F <: Field] extends ConfigConvert[Seq[F]] with ExpressionConvert

    Permalink

    Pureconfig convert that parses out basic fields.

    Pureconfig convert that parses out basic fields. Subclasses must implement decodeField and encodeField to read/write any custom field values

    F

    field type

  7. trait OptionConvert extends AnyRef

    Permalink

    Convert an optional path, as a string

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BasicConfigConvert extends ConverterConfigConvert[BasicConfig]

    Permalink

    Default pureconfig convert for a basic configuration, for converters that don't have any additional config options

  5. implicit object BasicFieldConvert extends FieldConvert[BasicField]

    Permalink

    Default pureconfig convert for a basic field, for converters that don't have any additional field options

  6. implicit object BasicOptionsConvert extends ConverterOptionsConvert[BasicOptions]

    Permalink

    Default pureconfig convert for basic options, for converters that don't have any additional options

  7. val InferSampleSize: SystemProperty

    Permalink
  8. object PrimitiveConvert extends PrimitiveReaders with PrimitiveWriters

    Permalink

    Access to primitive converts

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def inferSampleSize: Int

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def standardDefaults(conf: Config, logger: ⇒ Logger): Config

    Permalink

    Handles common deprecated values and quoting of user data keys

    Handles common deprecated values and quoting of user data keys

    conf

    conf

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def validateInferredType(sft: SimpleFeatureType, types: Seq[ObjectType], raiseError: Boolean = true): Boolean

    Permalink

    Validate an inferred type matches an existing type

    Validate an inferred type matches an existing type

    sft

    existing type

    types

    inferred type

    returns

    true if types match, otherwise false

  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped