congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Conversion.fromCharSequence
Code IndexAdd Tabnine to your IDE (free)

How to use
fromCharSequence
method
in
org.apache.avro.Conversion

Best Java code snippets using org.apache.avro.Conversion.fromCharSequence (Showing top 4 results out of 315)

origin: apache/avro

case MAP:     return conversion.fromMap((Map<?, ?>) datum, schema, type);
case FIXED:   return conversion.fromFixed((GenericFixed) datum, schema, type);
case STRING:  return conversion.fromCharSequence((CharSequence) datum, schema, type);
case BYTES:   return conversion.fromBytes((ByteBuffer) datum, schema, type);
case INT:     return conversion.fromInt((Integer) datum, schema, type);
origin: org.apache.avro/avro

case MAP:     return conversion.fromMap((Map<?, ?>) datum, schema, type);
case FIXED:   return conversion.fromFixed((GenericFixed) datum, schema, type);
case STRING:  return conversion.fromCharSequence((CharSequence) datum, schema, type);
case BYTES:   return conversion.fromBytes((ByteBuffer) datum, schema, type);
case INT:     return conversion.fromInt((Integer) datum, schema, type);
origin: org.apache.parquet/parquet-avro

 @Override
 public void add(Object value) {
  parent.add(conversion.fromCharSequence(
    (CharSequence) value, schema, logicalType));
 }
};
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.avro

case MAP:     return conversion.fromMap((Map<?, ?>) datum, schema, type);
case FIXED:   return conversion.fromFixed((GenericFixed) datum, schema, type);
case STRING:  return conversion.fromCharSequence((CharSequence) datum, schema, type);
case BYTES:   return conversion.fromBytes((ByteBuffer) datum, schema, type);
case INT:     return conversion.fromInt((Integer) datum, schema, type);
org.apache.avroConversionfromCharSequence

Popular methods of Conversion

  • getConvertedType
    Return the Java class representing the logical type.
  • toBytes
  • toFixed
  • fromArray
  • fromBoolean
  • fromBytes
  • fromDouble
  • fromEnumSymbol
  • fromFixed
  • fromFloat
  • fromInt
  • fromLong
  • fromInt,
  • fromLong,
  • fromMap,
  • fromRecord,
  • toArray,
  • toBoolean,
  • toCharSequence,
  • toDouble,
  • toEnumSymbol

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • addToBackStack (FragmentTransaction)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Notification (javax.management)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top Sublime Text plugins
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