Tabnine Logo
ConverterUtil$1
Code IndexAdd Tabnine to your IDE (free)

How to use
ConverterUtil$1
in
com.netflix.metacat.common.server.converter

Best Java code snippets using com.netflix.metacat.common.server.converter.ConverterUtil$1 (Showing top 2 results out of 1,395)

origin: com.netflix.metacat/metacat-common-server

  @Override
  protected void configure() {
    mapping(FieldDto.class, FieldInfo.class)
      .fields("type", "type", FieldsMappingOptions.customConverterId("typeConverter"))
      .fields("partition_key", "partitionKey", FieldsMappingOptions.copyByReference())
      .fields("source_type", "sourceType", FieldsMappingOptions.copyByReference());
    mapping(TableDto.class, TableInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(DatabaseDto.class, DatabaseInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(PartitionDto.class, PartitionInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(AuditDto.class, AuditInfo.class);
    mapping(ViewDto.class, ViewInfo.class);
    mapping(StorageDto.class, StorageInfo.class);
  }
};
origin: Netflix/metacat

  @Override
  protected void configure() {
    mapping(FieldDto.class, FieldInfo.class)
      .fields("type", "type", FieldsMappingOptions.customConverterId("typeConverter"))
      .fields("partition_key", "partitionKey", FieldsMappingOptions.copyByReference())
      .fields("source_type", "sourceType", FieldsMappingOptions.copyByReference());
    mapping(TableDto.class, TableInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(DatabaseDto.class, DatabaseInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(PartitionDto.class, PartitionInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(AuditDto.class, AuditInfo.class);
    mapping(ViewDto.class, ViewInfo.class);
    mapping(StorageDto.class, StorageInfo.class);
  }
};
com.netflix.metacat.common.server.converterConverterUtil$1

Most used methods

  • mapping

Popular in Java

  • Reading from database using SQL prepared statement
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (Timer)
  • notifyDataSetChanged (ArrayAdapter)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now