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
    • setRequestProperty (URLConnection)
    • scheduleAtFixedRate (ScheduledExecutorService)
    • setContentView (Activity)
    • Point (java.awt)
      A point representing a location in (x,y) coordinate space, specified in integer precision.
    • Kernel (java.awt.image)
    • URLEncoder (java.net)
      This class is used to encode a string using the format required by application/x-www-form-urlencoded
    • Arrays (java.util)
      This class contains various methods for manipulating arrays (such as sorting and searching). This cl
    • TreeSet (java.util)
      TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
    • Location (org.springframework.beans.factory.parsing)
      Class that models an arbitrary location in a Resource.Typically used to track the location of proble
    • Github Copilot alternatives
    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