Tabnine Logo
ImplicitCollectionFieldMapping.matches
Code IndexAdd Tabnine 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)

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

    • Making http requests using okhttp
    • setContentView (Activity)
    • getSystemService (Context)
    • addToBackStack (FragmentTransaction)
    • Component (java.awt)
      A component is an object having a graphical representation that can be displayed on the screen and t
    • Proxy (java.net)
      This class represents proxy server settings. A created instance of Proxy stores a type and an addres
    • SocketTimeoutException (java.net)
      This exception is thrown when a timeout expired on a socket read or accept operation.
    • Pattern (java.util.regex)
      Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
    • DateTimeFormat (org.joda.time.format)
      Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
    • Reflections (org.reflections)
      Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
    • Sublime Text for Python
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

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