Class TargetOptions

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class TargetOptions
    extends TerminusOptions<TargetOptions>
    implements java.lang.Cloneable
    Options type that carries configuration for link Target types.
    • Constructor Detail

      • TargetOptions

        public TargetOptions()
    • Method Detail

      • copyInto

        protected TargetOptions copyInto​(TargetOptions other)
        Parameters:
        other - The instance which should receive the configuration from this options instance.
        Returns:
        the given TargetOptions instance with all configuration copied from this instance.
      • clone

        public TargetOptions clone()
        Overrides:
        clone in class java.lang.Object