Codota Logo
ImplicitCollectionFieldMapping.matches
Code IndexAdd Codota to your IDE (free)

How to use
matches
method
in
org.apache.shindig.protocol.conversion.xstream.ImplicitCollectionFieldMapping

Best Java code snippets using org.apache.shindig.protocol.conversion.xstream.ImplicitCollectionFieldMapping.matches (Showing top 5 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
LocalDateTime l =
  • Codota Iconnew LocalDateTime()
  • Codota IconLocalDateTime.now()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
  • Smart code suggestions by Codota
}
origin: org.gatein.shindig/shindig-common

 /**
  * {@inheritDoc}
  * @see com.thoughtworks.xstream.mapper.MapperWrapper#getImplicitCollectionDefForFieldName(java.lang.Class, java.lang.String)
  */
 @SuppressWarnings("unchecked")
 @Override
 public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName) {
  for ( ImplicitCollectionFieldMapping ifm : itemFieldMappings) {
   if ( ifm.matches(itemType, fieldName) ) {
    return ifm;
   }
  }
  return super.getImplicitCollectionDefForFieldName(itemType, fieldName);
 }
}
origin: apache/shindig

 /**
  * {@inheritDoc}
  * @see com.thoughtworks.xstream.mapper.MapperWrapper#getImplicitCollectionDefForFieldName(java.lang.Class, java.lang.String)
  */
 @SuppressWarnings("unchecked")
 @Override
 public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName) {
  for ( ImplicitCollectionFieldMapping ifm : itemFieldMappings) {
   if ( ifm.matches(itemType, fieldName) ) {
    return ifm;
   }
  }
  return super.getImplicitCollectionDefForFieldName(itemType, fieldName);
 }
}
origin: org.apache.shindig/shindig-common

 /**
  * {@inheritDoc}
  * @see com.thoughtworks.xstream.mapper.MapperWrapper#getImplicitCollectionDefForFieldName(java.lang.Class, java.lang.String)
  */
 @SuppressWarnings("unchecked")
 @Override
 public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName) {
  for ( ImplicitCollectionFieldMapping ifm : itemFieldMappings) {
   if ( ifm.matches(itemType, fieldName) ) {
    return ifm;
   }
  }
  return super.getImplicitCollectionDefForFieldName(itemType, fieldName);
 }
}
origin: org.wso2.org.apache.shindig/shindig-common

 /**
  * {@inheritDoc}
  * @see com.thoughtworks.xstream.mapper.MapperWrapper#getImplicitCollectionDefForFieldName(java.lang.Class, java.lang.String)
  */
 @SuppressWarnings("unchecked")
 @Override
 public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName) {
  for ( ImplicitCollectionFieldMapping ifm : itemFieldMappings) {
   if ( ifm.matches(itemType, fieldName) ) {
    return ifm;
   }
  }
  return super.getImplicitCollectionDefForFieldName(itemType, fieldName);
 }
}
origin: com.lmco.shindig/shindig-common

 /**
  * {@inheritDoc}
  * @see com.thoughtworks.xstream.mapper.MapperWrapper#getImplicitCollectionDefForFieldName(java.lang.Class, java.lang.String)
  */
 @SuppressWarnings("unchecked")
 @Override
 public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName) {
  for ( ImplicitCollectionFieldMapping ifm : itemFieldMappings) {
   if ( ifm.matches(itemType, fieldName) ) {
    return ifm;
   }
  }
  return super.getImplicitCollectionDefForFieldName(itemType, fieldName);
 }
}
org.apache.shindig.protocol.conversion.xstreamImplicitCollectionFieldMappingmatches

Javadoc

Does this ItemFieldMapping match the supplied classes.

Popular methods of ImplicitCollectionFieldMapping

    Popular in Java

    • Creating JSON documents from java classes using gson
    • setRequestProperty (URLConnection)
    • getResourceAsStream (ClassLoader)
      Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
    • getSharedPreferences (Context)
    • List (java.util)
      A List is a collection which maintains an ordering for its elements. Every element in the List has a
    • SortedMap (java.util)
      A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
    • Timer (java.util)
      A facility for threads to schedule tasks for future execution in a background thread. Tasks may be s
    • UUID (java.util)
      UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
    • Vector (java.util)
      The Vector class implements a growable array of objects. Like an array, it contains components that
    • SSLHandshakeException (javax.net.ssl)
      The exception that is thrown when a handshake could not be completed successfully.
    Codota Logo
    • Products

      Search for Java codeSearch for JavaScript codeEnterprise
    • IDE Plugins

      IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Codota for your IDE now