Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Adapter Classes and Interfaces - 1449 results found.
NameDescriptionTypePackageFramework
AdapterAlreadyExists Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
AdapterAlreadyExistsHelper Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
AdapterInactive Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAManagerPackageJava SE
AdapterInactiveHelper Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAManagerPackageJava SE
AdapterManagerIdHelperAdapter manager identifier.Classorg.omg.PortableInterceptorJava SE
AdapterNameHelperThe name of an object adapter.Classorg.omg.PortableInterceptorJava SE
AdapterNonExistent Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
AdapterNonExistentHelper Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
AdapterStateHelperType of object adapter state.Classorg.omg.PortableInterceptorJava SE
AdapterActivatorAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of Interfaceorg.omg.PortableServerJava SE
AdapterActivatorOperationsAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of Interfaceorg.omg.PortableServerJava SE
CollapsedStringAdapterBuilt-in XmlAdapter to handle xs:token and its derived types.Classjavax.xml.bind.annotation.adaptersJava SE
ComponentAdapterAn abstract adapter class for receiving component events.Classjava.awt.eventJava SE
ContainerAdapterAn abstract adapter class for receiving container events.Classjava.awt.eventJava SE
DragSourceAdapterAn abstract adapter class for receiving drag source events.Classjava.awt.dndJava SE
DropTargetAdapterAn abstract adapter class for receiving drop target events.Classjava.awt.dndJava SE
FocusAdapterAn abstract adapter class for receiving keyboard focus events.Classjava.awt.eventJava SE
HexBinaryAdapterXmlAdapter for xs:hexBinary.Classjavax.xml.bind.annotation.adaptersJava SE
HierarchyBoundsAdapterAn abstract adapter class for receiving ancestor moved and resized events.Classjava.awt.eventJava SE
InternalFrameAdapterAn abstract adapter class for receiving internal frame events.Classjavax.swing.eventJava SE
KeyAdapterAn abstract adapter class for receiving keyboard events.Classjava.awt.eventJava SE
MouseAdapterAn abstract adapter class for receiving mouse events.Classjava.awt.eventJava SE
MouseInputAdapterAn empty implementation of the MouseInputListener interface, provided as a convenience to simplify the task of creating listeners, by extendingClassjavax.swing.eventJava SE
MouseMotionAdapterAn abstract adapter class for receiving mouse motion events.Classjava.awt.eventJava SE
NormalizedStringAdapterXmlAdapter to handle xs:normalizedString.Classjavax.xml.bind.annotation.adaptersJava SE
OBJ_ADAPTERThis exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself withClassorg.omg.CORBAJava SE
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Classorg.xml.sax.helpersJava SE
PrintJobAdapterAn abstract adapter class for receiving print job events.Classjavax.print.eventJava SE
WindowAdapterAn abstract adapter class for receiving window events.Classjava.awt.eventJava SE
WrongAdapter Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
WrongAdapterHelper Generated by the IDL-to-Java compiler (portable), version 3.Classorg.omg.PortableServer.POAPackageJava SE
XmlAdapterAdapts a Java type for custom marshaling.Classjavax.xml.bind.annotation.adaptersJava SE
XmlJavaTypeAdapter .DEFAULTUsed in XmlJavaTypeAdapter.Classjavax.xml.bind.annotation.adapters.XmlJavaTypeAdapterJava SE
XMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Classorg.xml.sax.helpersJava SE
XmlJavaTypeAdapterUse an adapter that implements XmlAdapter for custom marshaling.Classjavax.xml.bind.annotation.adaptersJava SE
XmlJavaTypeAdapters A container for multiple @XmlJavaTypeAdapter annotations.Classjavax.xml.bind.annotation.adaptersJava SE
CollapsedStringAdapterBuilt-in XmlAdapter to handle xs:token and its derived types.Classjavax.xml.bind.annotation.adaptersJava EE
ConnectionAdapterThe adapter which receives connection events.Classjavax.mail.eventJava EE
FolderAdapterThe adapter which receives Folder events.Classjavax.mail.eventJava EE
HexBinaryAdapterXmlAdapter for xs:hexBinary.Classjavax.xml.bind.annotation.adaptersJava EE
Link .JaxbAdapterAn implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can beClassjavax.ws.rs.core.LinkJava EE
MessageCountAdapterThe adapter which receives MessageCount events.Classjavax.mail.eventJava EE
NormalizedStringAdapterXmlAdapter to handle xs:normalizedString.Classjavax.xml.bind.annotation.adaptersJava EE
ResourceAdapterThis represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.Interfacejavax.resource.spiJava EE
ResourceAdapterAssociationThis interface specifies the methods to associate a ResourceAdapter object with other objects that Interfacejavax.resource.spiJava EE
ResourceAdapterInternalExceptionA ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.Classjavax.resource.spiJava EE
ResourceAdapterMetaDataThe interface javax.Interfacejavax.resource.cciJava EE
TagAdapterWraps any SimpleTag and exposes it using a Tag interface.Classjavax.servlet.jsp.tagextJava EE
TransportAdapterThe adapter which receives Transport events.Classjavax.mail.eventJava EE
WorkAdapterThis class is provided as a convenience for easily creating WorkListener instances by extending this classClassjavax.resource.spi.workJava EE
XmlAdapterAdapts a Java type for custom marshaling.Classjavax.xml.bind.annotation.adaptersJava EE
XmlJavaTypeAdapterUse an adapter that implements XmlAdapter for custom marshaling.Classjavax.xml.bind.annotation.adaptersJava EE
XmlJavaTypeAdapter .DEFAULTUsed in XmlJavaTypeAdapter.Classjavax.xml.bind.annotation.adapters.XmlJavaTypeAdapterJava EE
XmlJavaTypeAdapters A container for multiple @XmlJavaTypeAdapter annotations.Classjavax.xml.bind.annotation.adaptersJava EE
HandlerAdapterA wrapper for either an InvocableHandlerMethod orDelegatingInvocableHandler.Classorg.springframework.amqp.rabbit.listener.adapterSpring AMQP
MessageListenerAdapterMessage listener adapter that delegates the handling of messages to target listener methods via reflection, withflexible message type conversion.Classorg.springframework.amqp.rabbit.listener.adapterSpring AMQP
MessagingMessageListenerAdapteradapter that invokes a configurable HandlerAdapter.Classorg.springframework.amqp.rabbit.listener.adapterSpring AMQP
BatchletAdapterClassorg.springframework.batch.core.jsr.step.batchletSpring Batch
CallableTaskletAdapterClassorg.springframework.batch.core.step.taskletSpring Batch
CheckpointAlgorithmAdapterWrapper for the CheckpointAlgorithm to be used via the restAuthor:Michael MinellaSee Also:CheckpointAlgorithm,Classorg.springframework.batch.jsr.repeatSpring Batch
ChunkListenerAdapterWrapper class to adapt the ChunkListener toSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ItemProcessListenerAdapterWrapper class for ItemProcessListenerSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ItemProcessorAdapterClassorg.springframework.batch.item.adapterSpring Batch
ItemProcessorAdapterClassorg.springframework.batch.jsr.itemSpring Batch
ItemReaderAdapterInvokes a custom method on a delegate plain old Java object which itselfAuthor:Robert KasanickyClassorg.springframework.batch.item.adapterSpring Batch
ItemReaderAdapterAdapter that wraps an ItemReader for use by Spring Batch.Classorg.springframework.batch.jsr.itemSpring Batch
ItemReadListenerAdapterWrapper class to adapt the ItemReadListener toSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ItemWriteListenerAdapterWrapper class to adapt the ItemWriteListener toa ItemWriteListener.Classorg.springframework.batch.core.jsrSpring Batch
ItemWriterAdapterDelegates item processing to a custom method -passes the item as an argument for the delegate method.Classorg.springframework.batch.item.adapterSpring Batch
ItemWriterAdapterAdapter that wraps an ItemWriter for use by Spring Batch.Classorg.springframework.batch.jsr.itemSpring Batch
JobListenerAdapterWrapper class to adapt the JobListener toa JobExecutionListener.Classorg.springframework.batch.core.jsrSpring Batch
MethodInvokingTaskletAdapterA Tasklet that wraps a method in a POJO.Classorg.springframework.batch.core.step.taskletSpring Batch
PartitionCollectorAdapterAdapter class used to wrap a PartitionCollector so that it can be consumedas a ChunkListener.Classorg.springframework.batch.core.jsr.partitionSpring Batch
RetryProcessListenerAdapterWrapper class to adapt a RetryProcessListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
RetryReadListenerAdapterWrapper class to adapt a RetryReadListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
RetryWriteListenerAdapterWrapper class to adapt a RetryWriteListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
SkipListenerAdapterClassorg.springframework.batch.core.jsrSpring Batch
StepListenerAdapterWrapper class to adapt the StepListener toa StepExecutionListener.Classorg.springframework.batch.core.jsrSpring Batch
AbstractEndpointMvcAdapterAbstract base class for MvcEndpoint implementations.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
CrshAutoConfiguration .AuthenticationManagerAdapterAutoConfigurationClassorg.springframework.boot.actuate.autoconfigure.CrshAutoConfigurationSpring Boot
EndpointMvcAdapterAdapter class to expose Endpoints as MvcEndpoints.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
FacebookAutoConfiguration .FacebookConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.FacebookAutoConfigurationSpring Boot
LinkedInAutoConfiguration .LinkedInConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.LinkedInAutoConfigurationSpring Boot
ManagementWebSecurityAutoConfiguration .ManagementWebSecurityConfigurerAdapterClassorg.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfigurationSpring Boot
SocialWebAutoConfiguration .SocialAutoConfigurationAdapterClassorg.springframework.boot.autoconfigure.social.SocialWebAutoConfigurationSpring Boot
SpringBootWebSecurityConfiguration .ApplicationNoWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
SpringBootWebSecurityConfiguration .ApplicationWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
TwitterAutoConfiguration .TwitterConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.TwitterAutoConfigurationSpring Boot
WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapterClassorg.springframework.boot.autoconfigure.web.WebMvcAutoConfigurationSpring Boot
WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter .FaviconConfigurationClassorg.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapterSpring Boot
SourcePollingChannelAdapterFactoryBeanFactoryBean for creating a SourcePollingChannelAdapter instance.Classorg.springframework.integration.configSpring Integration
SourcePollingChannelAdapterA Channel Adapter implementation for connecting aMessageSource to a MessageChannel.Classorg.springframework.integration.endpointSpring Integration
SftpOutboundChannelAdapterParserParser for SFTP Outbound Channel Adapters.Classorg.springframework.integration.sftp.configSpring Integration
SftpInboundChannelAdapterParserParser for 'sftp:inbound-channel-adapter'Since:2.Classorg.springframework.integration.sftp.configSpring Integration
ResourceInboundChannelAdapterParserParser for 'resource-inbound-channel-adapter'Since:2.Classorg.springframework.integration.config.xmlSpring Integration
RemoteFileOutboundChannelAdapterParserClassorg.springframework.integration.file.configSpring Integration
RedisStoreOutboundChannelAdapterParserParser for the element.Classorg.springframework.integration.redis.configSpring Integration
RedisStoreInboundChannelAdapterParserParser for Redis store inbound adaptersSince:2.Classorg.springframework.integration.redis.configSpring Integration
RedisQueueOutboundChannelAdapterParserParser for the element.Classorg.springframework.integration.redis.configSpring Integration
RedisQueueOutboundChannelAdapterClassorg.springframework.integration.redis.outboundSpring Integration
RedisQueueInboundChannelAdapterParserParser for the element of the 'redis' namespace.Classorg.springframework.integration.redis.configSpring Integration
RedisOutboundChannelAdapterParserParser for the component.Classorg.springframework.integration.redis.configSpring Integration
RedisInboundChannelAdapterParserClassorg.springframework.integration.redis.configSpring Integration
RedisInboundChannelAdapterClassorg.springframework.integration.redis.inboundSpring Integration
PresenceOutboundChannelAdapterParserParser for 'xmpp:presence-outbound-channel-adapter' elementSince:2.Classorg.springframework.integration.xmpp.configSpring Integration
PresenceInboundChannelAdapterParserParser for 'xmpp:presence-inbound-channel-adapter' element.Classorg.springframework.integration.xmpp.configSpring Integration
OperationInvokingChannelAdapterParserClassorg.springframework.integration.jmx.configSpring Integration
NotificationPublishingChannelAdapterParserClassorg.springframework.integration.jmx.configSpring Integration
NotificationListeningChannelAdapterParserClassorg.springframework.integration.jmx.configSpring Integration
MulticastReceivingChannelAdapterChannel adapter that joins a multicast group and receives incoming packets andsends them to an output channel.Classorg.springframework.integration.ip.udpSpring Integration
MqttPahoMessageDrivenChannelAdapterEclipse Paho Implementation.Classorg.springframework.integration.mqtt.inboundSpring Integration
MqttOutboundChannelAdapterParserThe parser for the MqttAdapter Outbound Channel Adapter.Classorg.springframework.integration.mqtt.config.xmlSpring Integration
MqttMessageDrivenChannelAdapterParserThe MqttAdapter Message Driven Channel adapter parserSince:4.Classorg.springframework.integration.mqtt.config.xmlSpring Integration
MongoDbOutboundChannelAdapterParserParser for Mongodb store outbound adaptersSince:2.Classorg.springframework.integration.mongodb.configSpring Integration
MongoDbInboundChannelAdapterParserParser for Mongodb store inbound adaptersSince:2.Classorg.springframework.integration.mongodb.configSpring Integration
MetadataStoreListenerAdapterBase implementation for a MetadataStoreListener.Classorg.springframework.integration.metadataSpring Integration
MBeanTreePollingChannelAdapterParserClassorg.springframework.integration.jmx.configSpring Integration
MailOutboundChannelAdapterParserParser for the element of the 'mail' namespace.Classorg.springframework.integration.mail.configSpring Integration
MailInboundChannelAdapterParserParser for the element of Spring Integration's 'mail' namespace.Classorg.springframework.integration.mail.configSpring Integration
LoggingChannelAdapterParserParser for the 'logging-channel-adapter' element.Classorg.springframework.integration.config.xmlSpring Integration
JsonObjectMapperAdapterSimple JsonObjectMapper adapter implementation, if there is no needto provide entire operations implementation.Classorg.springframework.integration.support.jsonSpring Integration
JpaPollingChannelAdapterPolling message source that produces messages from the result of the provided:entityClassJpQl Select QuerySql Native QueryJpQl Named QuerySql Native Named QueryClassorg.springframework.integration.jpa.inboundSpring Integration
JpaOutboundChannelAdapterParserThe parser for JPA outbound channel adapterSince:2.Classorg.springframework.integration.jpa.config.xmlSpring Integration
JpaInboundChannelAdapterParserThe JPA Inbound Channel adapter parserSince:2.Classorg.springframework.integration.jpa.config.xmlSpring Integration
JmsOutboundChannelAdapterParserParser for the element of the jms namespace.Classorg.springframework.integration.jms.configSpring Integration
JmsInboundChannelAdapterParserParser for the element of the 'jms' namespace.Classorg.springframework.integration.jms.configSpring Integration
JmsAdapterUtilsClassorg.springframework.integration.jms.utilSpring Integration
JdbcPollingChannelAdapterParserParser for JdbcPollingChannelAdapter.Classorg.springframework.integration.jdbc.configSpring Integration
JdbcPollingChannelAdapterA polling channel adapter that creates messages from the payload returned byexecuting a select query.Classorg.springframework.integration.jdbcSpring Integration
IpAdapterParserUtilsUtility methods and constants for IP adapter parsers.Classorg.springframework.integration.ip.configSpring Integration
InboundChannelAdapterIndicates that a method is capable of producing a MessageA method annotated with @InboundChannelAdapter can't accept any parameters.Classorg.springframework.integration.annotationSpring Integration
InboundChannelAdapterAnnotationPostProcessorPost-processor for Methods annotated with @InboundChannelAdapter.Classorg.springframework.integration.config.annotationSpring Integration
ImapIdleChannelAdapterParserParser for the element in the 'mail' namespace.Classorg.springframework.integration.mail.configSpring Integration
ImapIdleChannelAdapterAn event-driven Channel Adapter that receives mail messages from a mailserver that supports the IMAP idle command (see RFC 2177).Classorg.springframework.integration.mailSpring Integration
HttpOutboundChannelAdapterParserParser for the 'outbound-channel-adapter' element of the http namespace.Classorg.springframework.integration.http.configSpring Integration
GemfireOutboundChannelAdapterParserClassorg.springframework.integration.gemfire.config.xmlSpring Integration
GemfireInboundChannelAdapterParserClassorg.springframework.integration.gemfire.config.xmlSpring Integration
GemfireCqInboundChannelAdapterParserClassorg.springframework.integration.gemfire.config.xmlSpring Integration
FtpOutboundChannelAdapterParserParser for FTP Outbound Channel Adapters.Classorg.springframework.integration.ftp.configSpring Integration
FtpInboundChannelAdapterParserParser for the FTP 'inbound-channel-adapter' element.Classorg.springframework.integration.ftp.configSpring Integration
FileTailInboundChannelAdapterParserClassorg.springframework.integration.file.configSpring Integration
FileTailInboundChannelAdapterFactoryBeanClassorg.springframework.integration.file.configSpring Integration
FileOutboundChannelAdapterParserParser for the element of the 'file'Author:Mark Fisher, Iwein Fuld, Oleg Zhurakousky, Artem BilanClassorg.springframework.integration.file.configSpring Integration
FileInboundChannelAdapterParserParser for the element of the 'file' namespace.Classorg.springframework.integration.file.configSpring Integration
FeedInboundChannelAdapterParserHandles parsing the configuration for the feed inbound-channel-adapter.Classorg.springframework.integration.feed.configSpring Integration
EventOutboundChannelAdapterParserClassorg.springframework.integration.event.configSpring Integration
EventInboundChannelAdapterParserClassorg.springframework.integration.event.configSpring Integration
DefaultOutboundChannelAdapterParserParser for the element.Classorg.springframework.integration.config.xmlSpring Integration
DefaultInboundChannelAdapterParserParser for the element.Classorg.springframework.integration.config.xmlSpring Integration
ConsoleOutboundChannelAdapterParserParser for the stdout- and stderr-channel-adapter elements.Classorg.springframework.integration.stream.configSpring Integration
ConsoleInboundChannelAdapterParserParser for the element.Classorg.springframework.integration.stream.configSpring Integration
ChatMessageOutboundChannelAdapterParserParser for the XMPP 'outbound-channel-adapter' elementSince:2.Classorg.springframework.integration.xmpp.configSpring Integration
ChatMessageInboundChannelAdapterParserParser for the XMPP 'inbound-channel-adapter' element.Classorg.springframework.integration.xmpp.configSpring Integration
AttributePollingChannelAdapterParserClassorg.springframework.integration.jmx.configSpring Integration
AmqpOutboundChannelAdapterParserParser for the AMQP 'outbound-channel-adapter' element.Classorg.springframework.integration.amqp.configSpring Integration
AmqpInboundChannelAdapterParserParser for the AMQP 'inbound-channel-adapter' element.Classorg.springframework.integration.amqp.configSpring Integration
AmqpInboundChannelAdapterAdapter that receives Messages from an AMQP Queue, converts them intoSpring Integration Messages, and sends the results to a Message Channel.Classorg.springframework.integration.amqp.inboundSpring Integration
AbstractXmppOutboundChannelAdapterParserBase class of XMPP outbound parsersSince:2.Classorg.springframework.integration.xmpp.configSpring Integration
AbstractXmppInboundChannelAdapterParserBase class for XMPP inbound parsersSince:2.Classorg.springframework.integration.xmpp.configSpring Integration
AbstractRemoteFileInboundChannelAdapterParserAbstract base class for parsing remote file inbound channel adapters.Classorg.springframework.integration.file.configSpring Integration
AbstractPollingInboundChannelAdapterParserBase parser for inbound Channel Adapters that poll a source.Classorg.springframework.integration.config.xmlSpring Integration
AbstractOutboundChannelAdapterParserBase class for outbound Channel Adapter parsers.Classorg.springframework.integration.config.xmlSpring Integration
AbstractMqttMessageDrivenChannelAdapterAbstract class for MQTT Message-Driven Channel Adapters.Classorg.springframework.integration.mqtt.inboundSpring Integration
AbstractInternetProtocolReceivingChannelAdapterBase class for inbound TCP/UDP Channel Adapters.Classorg.springframework.integration.ipSpring Integration
AbstractChannelAdapterParserBase parser for Channel Adapters.Classorg.springframework.integration.config.xmlSpring Integration
StompInboundChannelAdapterThe MessageProducerSupport for STOMP protocol to handle STOMP frames fromprovided destination and send messages to the outputChannel.Classorg.springframework.integration.stomp.inboundSpring Integration
StompInboundChannelAdapterParserThe AbstractSingleBeanDefinitionParser implementation forthe element.Classorg.springframework.integration.stomp.configSpring Integration
StoredProcPollingChannelAdapterA polling channel adapter that creates messages from the payload returned byexecuting a stored procedure or Sql function.Classorg.springframework.integration.jdbcSpring Integration
StoredProcPollingChannelAdapterParserClassorg.springframework.integration.jdbc.configSpring Integration
SyslogInboundChannelAdapterParserParses a .Classorg.springframework.integration.syslog.configSpring Integration
SyslogReceivingChannelAdapterFactoryBeanFactory bean to create syslog inbound adapters (UDP or TCP).Classorg.springframework.integration.syslog.configSpring Integration
SyslogReceivingChannelAdapterFactoryBean .ProtocolReturns the enum constant of this type with the specified name.Classorg.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBeanSpring Integration
SyslogReceivingChannelAdapterSupportBase support class for inbound channel adapters.Classorg.springframework.integration.syslog.inboundSpring Integration
TcpConnectionEventInboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
TcpInboundChannelAdapterParserChannel Adapter that receives TCP stream frames and maps them to Messages.Classorg.springframework.integration.ip.configSpring Integration
TcpOutboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
TcpReceivingChannelAdapterTcp inbound channel adapter using a TcpConnection toreceive data - if the connection factory is a serverClassorg.springframework.integration.ip.tcpSpring Integration
TcpSyslogReceivingChannelAdapterTCP implementation of a syslog inbound channel adapter.Classorg.springframework.integration.syslog.inboundSpring Integration
TwitterInboundChannelAdapterParserParser for inbound Twitter Channel Adapters.Classorg.springframework.integration.twitter.configSpring Integration
TwitterOutboundChannelAdapterParserParser for all outbound Twitter adaptersSince:2.Classorg.springframework.integration.twitter.configSpring Integration
UdpInboundChannelAdapterParserChannel Adapter that receives UDP datagram packets and maps them to Messages.Classorg.springframework.integration.ip.configSpring Integration
UdpOutboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
UdpSyslogReceivingChannelAdapterUDP implementation of a syslog inbound channel adapter.Classorg.springframework.integration.syslog.inboundSpring Integration
UnicastReceivingChannelAdapterA channel adapter to receive incoming UDP packets.Classorg.springframework.integration.ip.udpSpring Integration
WebSocketInboundChannelAdapterClassorg.springframework.integration.websocket.inboundSpring Integration
WebSocketInboundChannelAdapterParserThe AbstractChannelAdapterParser implementation forthe element.Classorg.springframework.integration.websocket.configSpring Integration
DirContextAdapterClassorg.springframeworkSpring LDAP
AbstractHandlerMethodAdapterAbstract base class for HandlerAdapter implementations that supporthandlers of type HandlerMethod.Classorg.springframework.web.servlet.mvc.methodSpring MVC
AbstractJpaVendorAdapterAbstract JpaVendorAdapter implementation that defines common properties,to be translated into vendor-specific JPA properties by concrete subclasses.Classorg.springframework.orm.jpa.vendorSpring MVC
AbstractWebArgumentResolverAdapterAn abstract base class adapting a WebArgumentResolver to theHandlerMethodArgumentResolver contract.Classorg.springframework.web.method.annotationSpring MVC
AdvisorAdapterInterface allowing extension to the Spring AOP framework to allowhandling of new Advisors and Advice types.Interfaceorg.springframework.aop.framework.adapterSpring MVC
AdvisorAdapterRegistrationManagerBeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory withan AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).Classorg.springframework.aop.framework.adapterSpring MVC
AdvisorAdapterRegistryInterface for registries of Advisor adapters.Interfaceorg.springframework.aop.framework.adapterSpring MVC
AnnotationMethodHandlerAdapterinterface that maps handler methods based on portlet modes, action/render phasesand request parameters expressed through the RequestMapping annotation.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
AnnotationMethodHandlerAdapterthat maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
ApplicationListenerMethodAdapterGenericApplicationListener adapter that delegates the processing ofan event to an EventListener annotated method.Classorg.springframework.context.eventSpring MVC
CallableProcessingInterceptorAdapterAbstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
ChannelInterceptorAdapterA ChannelInterceptor base class with empty method implementationsSince:4.Classorg.springframework.messaging.supportSpring MVC
CompletableToListenableFutureAdapterAdapts a CompletableFuture into a ListenableFuture.Classorg.springframework.util.concurrentSpring MVC
ConcurrentExecutorAdapterAdapter that exposes the Executor interfacefor any Spring TaskExecutor.Classorg.springframework.core.task.supportSpring MVC
ConnectionSpecConnectionFactoryAdapterAn adapter for a target CCI ConnectionFactory,applying the given ConnectionSpec to every standard getConnection()Classorg.springframework.jca.cci.connectionSpring MVC
ConvertingPropertyEditorAdapterAdapter that exposes a PropertyEditor for any givenConversionService and specific target type.Classorg.springframework.core.convert.supportSpring MVC
DefaultAdvisorAdapterRegistryDefault implementation of the AdvisorAdapterRegistry interface.Classorg.springframework.aop.framework.adapterSpring MVC
DeferredResultProcessingInterceptorAdapterAbstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
EclipseLinkJpaVendorAdapterJpaVendorAdapter implementation for EclipsePersistence Services (EclipseLink).Classorg.springframework.orm.jpa.vendorSpring MVC
ExecutorServiceAdapterAdapter that takes a Spring TaskExecutor)and exposes a full java.Classorg.springframework.core.task.supportSpring MVC
FormatterPropertyEditorAdapterAdapter that bridges between Formatter and PropertyEditor.Classorg.springframework.format.supportSpring MVC
FutureAdapterAbstract class that adapts a Future parameterized over S into a Future parameterized over T.Classorg.springframework.util.concurrentSpring MVC
GenericApplicationListenerAdapterGenericApplicationListener adapter that determines supported event typesthrough introspecting the generically declared type of the target listener.Classorg.springframework.context.eventSpring MVC
GlobalAdvisorAdapterRegistrySingleton to publish a shared DefaultAdvisorAdapterRegistry instance.Classorg.springframework.aop.framework.adapterSpring MVC
HandlerAdapterPortlet MVC framework SPI interface, allowing parameterization of core MVC workflow.Interfaceorg.springframework.web.portletSpring MVC
HandlerAdapterMVC framework SPI, allowing parameterization of the core MVC workflow.Interfaceorg.springframework.web.servletSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.portlet.handlerSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.servlet.handlerSpring MVC
HibernateJpaVendorAdapterJpaVendorAdapter implementation for HibernateEntityManager.Classorg.springframework.orm.jpa.vendorSpring MVC
HttpRequestHandlerAdapterAdapter to use the plain HttpRequestHandlerinterface with the generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
InstantiationAwareBeanPostProcessorAdapterAdapter that implements all methods on SmartInstantiationAwareBeanPostProcessoras no-ops, which will not change normal processing of each bean instantiatedClassorg.springframework.beans.factory.configSpring MVC
IsolationLevelDataSourceAdapterAn adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials)Classorg.springframework.jdbc.datasourceSpring MVC
JettyWebSocketHandlerAdapterAdapts WebSocketHandler to the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVC
JpaVendorAdapterSPI interface that allows to plug in vendor-specific behaviorinto Spring's EntityManagerFactory creators.Interfaceorg.springframework.orm.jpaSpring MVC
ListenableFutureAdapterAbstract class that adapts a ListenableFuture parameterized over S into aListenableFuture parameterized over T.Classorg.springframework.util.concurrentSpring MVC
ManagedTransactionAdapterAdapter for a managed JTA Transaction handle, taking a JTATransactionManager reference and creatingClassorg.springframework.transaction.jtaSpring MVC
MessageListenerAdapterMessage listener adapter that delegates the handling of messages to targetlistener methods via reflection, with flexible message type conversion.Classorg.springframework.jms.listener.adapterSpring MVC
MessagingMessageListenerAdapterA MessageListener adapter that invokes a configurableInvocableHandlerMethod.Classorg.springframework.jms.listener.adapterSpring MVC
MockMvcConfigurerAdapterAn empty method implementation of MockMvcConfigurer.Classorg.springframework.test.web.servlet.setupSpring MVC
NativeJdbcExtractorAdapterAbstract adapter class for the NativeJdbcExtractor interface,for simplified implementation of basic extractors.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
OpenJpaVendorAdapterJpaVendorAdapter implementation for Apache OpenJPA.Classorg.springframework.orm.jpa.vendorSpring MVC
RequestBodyAdviceAdapterA convenient starting point for implementingResponseBodyAdvice with default method implementations.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestMappingHandlerAdapterAn AbstractHandlerMethodAdapter that supports HandlerMethodswith their method argument and return type signature, as defined viaClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResourceAdapterApplicationContextApplicationContext implementationfor a JCA ResourceAdapter.Classorg.springframework.jca.contextSpring MVC
ResourceAdapterFactoryBeanFactoryBean that bootstrapsthe specified JCA 1.Classorg.springframework.jca.supportSpring MVC
ServletWebArgumentResolverAdapterA Servlet-specific AbstractWebArgumentResolverAdapter that creates aNativeWebRequest from ServletRequestAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
SimpleControllerHandlerAdapterAdapter to use the Controller workflow interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.mvcSpring MVC
SimpleControllerHandlerAdapterAdapter to use the plain Controller workflow interface withthe generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
SimplePortletHandlerAdapterAdapter to use the Portlet interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.handlerSpring MVC
SimpleServletHandlerAdapterAdapter to use the Servlet interface with the generic DispatcherServlet.Classorg.springframework.web.servlet.handlerSpring MVC
SpringContextResourceAdapterJCA 1.Classorg.springframework.jca.contextSpring MVC
SpringJtaSynchronizationAdapterAdapter that implements the JTA Synchronizationinterface delegating to an underlying SpringClassorg.springframework.transaction.jtaSpring MVC
SpringValidatorAdapterAdapter that takes a JSR-303 javax.Classorg.springframework.validation.beanvalidationSpring MVC
StandardToWebSocketExtensionAdapterA sub-class of WebSocketExtension thatcan be constructed from an Extension.Classorg.springframework.web.socket.adapter.standardSpring MVC
StandardWebSocketHandlerAdapterAdapts a WebSocketHandler to the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVC
StompSessionHandlerAdapterAbstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads.Classorg.springframework.messaging.simp.stompSpring MVC
TaskExecutorAdapterAdapter that takes a JDK java.Classorg.springframework.core.task.supportSpring MVC
TransactionSynchronizationAdapterSimple TransactionSynchronization adapter containing emptymethod implementations, for easier overriding of single methods.Classorg.springframework.transaction.supportSpring MVC
UserCredentialsConnectionFactoryAdapterAn adapter for a target JMS ConnectionFactory, applying thegiven user credentials to every standard createConnection() call,Classorg.springframework.jms.connectionSpring MVC
UserCredentialsDataSourceAdapterAn adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitlyClassorg.springframework.jdbc.datasourceSpring MVC
UserSessionRegistryAdapterA temporary adapter to allow use of deprecated UserSessionRegistry.Classorg.springframework.messaging.simp.userSpring MVC
UserTransactionAdapterAdapter for a JTA UserTransaction handle, taking a JTATransactionManager reference and creatingClassorg.springframework.transaction.jtaSpring MVC
WebMvcConfigurerAdapterAn implementation of WebMvcConfigurer with empty methods allowingsub-classes to override only the methods they're interested in.Classorg.springframework.web.servlet.config.annotationSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Portlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.portlet.handlerSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.servlet.handlerSpring MVC
WebSocketToJettyExtensionConfigAdapterClassorg.springframework.web.socket.adapter.jettySpring MVC
WebSocketToStandardExtensionAdapterAdapt an instance of WebSocketExtension tothe Extension interface.Classorg.springframework.web.socket.adapter.standardSpring MVC
WebSphereDataSourceAdapterDataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a currentClassorg.springframework.jdbc.datasourceSpring MVC
GlobalAuthenticationConfigurerAdapterClassapidocs.orgSpring Security
MethodInvocationAdapterClassapidocs.orgSpring Security
SecurityConfigurerAdapterClassapidocs.orgSpring Security
WebSecurityConfigurerAdapterClassapidocs.orgSpring Security
FlowExecutionListenerAdapterAn abstract adapter class for listeners (observers) of flow execution lifecycle events.Classorg.springframework.webflow.executionSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Portletenvironment.Classorg.springframework.webflow.mvc.portletSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servletenvironment.Classorg.springframework.webflow.mvc.servletSpring Webflow
JsfFlowHandlerAdapterAn extension of FlowHandlerAdapter that replaces the default AjaxHandler instance with aSince:2.Classorg.springframework.faces.webflowSpring Webflow
SpringBindingConverterAdapterA Spring Converter that makes it possible for a Spring Binding Converter to be registered with a SpringAuthor:Rossen StoyanchevClassorg.springframework.binding.convert.serviceSpring Webflow
SpringConvertingConverterAdapterA Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion.Classorg.springframework.binding.convert.convertersSpring Webflow
StringKeyedMapAdapterBase class for map adapters whose keys are String values.Classorg.springframework.binding.collectionSpring Webflow
ViewFactoryActionAdapterSimple adapter that adapts a view factory render cycle to the action interface.Classorg.springframework.webflow.actionSpring Webflow
AbstractMethodEndpointAdapterAbstract base class for EndpointAdapter implementations that support MethodEndpoints.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
DefaultMethodEndpointAdapterDefault extension of AbstractMethodEndpointAdapter with support for pluggable argument resolvers and return value handlers.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
EndpointAdapterInterface that must be implemented for each endpoint type to handle a message request.Interfaceorg.springframework.ws.serverSpring WebService
EndpointInterceptorAdapterDefault implementation of the EndpointInterceptor interface, for simplified implementation ofpre-only/post-only interceptors.Classorg.springframework.ws.server.endpoint.interceptorSpring WebService
GenericMarshallingMethodEndpointAdapterSubclass of MarshallingMethodEndpointAdapter that supports GenericMarshaller and GenericUnmarshaller.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MarshallingMethodEndpointAdapterAdapter that supports endpoint methods that use marshalling.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MessageEndpointAdapterAdapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MessageMethodEndpointAdapterAdapter that supports endpoint methods with message contexts.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
PayloadEndpointAdapterAdapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
PayloadMethodEndpointAdapterAdapter that supports endpoint methods that use marshalling.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
WebServiceMessageReceiverHandlerAdapterAdapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
WsdlDefinitionHandlerAdapterAdapter to use the WsdlDefinition interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
XPathParamAnnotationMethodEndpointAdapterAdapter that supports endpoint methods that use XPath expressions.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
XsdSchemaHandlerAdapterAdapter to use the XsdSchema interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
AbstractTwitterInboundChannelAdapterClassorg.springframework.integration.x.twitterSpring XD
DatasetOutboundChannelAdapterParserParser for the 'dataset-outbound-channel-adapter' element.Classorg.springframework.xd.integration.hadoop.configSpring XD
HdfsOutboundChannelAdapterParserParser for the 'hdfs-outbound-channel-adapter' element.Classorg.springframework.xd.integration.hadoop.configSpring XD
NettyHttpInboundChannelAdapterClassorg.springframework.integration.x.httpSpring XD
ReactorPeerInboundChannelAdapterInbound ChannelAdapter that uses ReactorPeer abstraction to provide high-speed TCP or UDP ingest.Classorg.springframework.xd.integration.reactor.netSpring XD
ReactorPeerInboundChannelAdapterConfigurationClassorg.springframework.xd.integration.reactor.netSpring XD
SyslogInboundChannelAdapterInboundChannelAdapter implementation that uses the Reactor TCP support to read in syslog messages andtransform them to a Map for use in downstream modules.Classorg.springframework.xd.integration.reactor.syslogSpring XD
SyslogInboundChannelAdapterConfigurationClassorg.springframework.xd.integration.reactor.syslogSpring XD
SyslogInboundChannelAdapterParserClassorg.springframework.xd.integration.reactor.configSpring XD
TwitterSearchChannelAdapterMessage producer which reads form Twitter's public search endpoints.Classorg.springframework.integration.x.twitterSpring XD
TwitterSearchChannelAdapter .ResultTypeClassorg.springframework.integration.x.twitter.TwitterSearchChannelAdapterSpring XD
TwitterStreamChannelAdapterMessage producer which reads form Twitter's public stream endpoints.Classorg.springframework.integration.x.twitterSpring XD
TwitterStreamChannelAdapter .FilterLevelClassorg.springframework.integration.x.twitter.TwitterStreamChannelAdapterSpring XD
GroupEventAdapterAn abstract adapter class for receiving group events.Classorg.jivesoftware.openfire.eventEcho
UserEventAdapterAn abstract adapter class for receiving user events.Classorg.jivesoftware.openfire.eventEcho
BigDecimalMoneyFormatter .CurrencyAdapterFields inherited from class ariba.Classariba.ui.validation.BigDecimalMoneyFormatterAriba Web
ClassNameToFirstParameterAdapterTakes care of getting the first argument from the methodInfo and passing that during runtime based on the annotation.Classariba.util.exprAriba Web
ClassPropertyAdapterOrganizes all PropertyAdapters for a particular class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
ClassPropertyAdapterImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
FormSupportAdapterAn implementation of FormSupport that delegates all behavior to another instance of FormSupport.Classorg.apache.tapestry5.corelib.internalApache Tapestry
MarkupWriterAdapterDefault, empty implementation of MarkupWriterListener.Classorg.apache.tapestry5Apache Tapestry
PageLifecycleAdapterEmpty implementation of the PageLifecycleListener interface.Classorg.apache.tapestry5.runtimeApache Tapestry
PropertyAdapterProvides access to a single property within a class.Interfaceorg.apache.tapestry5.ioc.servicesApache Tapestry
PropertyAdapterImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
TreeModelAdapterUsed with DefaultTreeModel to define how to extract labels and child nodes from a value.Interfaceorg.apache.tapestry5.treeApache Tapestry
AbstractAdapterElementAbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.Classorg.apache.struts2.views.xsltApache Struts
AbstractAdapterNodeAbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.Classorg.apache.struts2.views.xsltApache Struts
AdapterFactoryAdapterFactory produces Node adapters for Java object types.Classorg.apache.struts2.views.xsltApache Struts
AdapterNodeInterfaceorg.apache.struts2.views.xsltApache Struts
ArrayAdapterClassorg.apache.struts2.views.xsltApache Struts
BeanAdapterThis class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of the public properties of its value.Classorg.apache.struts2.views.xsltApache Struts
CollectionAdapterClassorg.apache.struts2.views.xsltApache Struts
MapAdapterMapAdapter adapters a java.Classorg.apache.struts2.views.xsltApache Struts
ProxyAttrAdapterProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyElementAdapterProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyNodeAdapterProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyTextNodeAdapterProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.Classorg.apache.struts2.views.xsltApache Struts
SimpleAdapterDocumentSimpleAdapterDocument adapted a Java object and presents it as a Document.Classorg.apache.struts2.views.xsltApache Struts
StringAdapterStringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.Classorg.apache.struts2.views.xsltApache Struts
AdapterFactoryThe AdapterFactory interface defines the API for helpers which may be provided to enhance the adaptability of adaptable objects.Interfaceorg.apache.sling.api.adapterApache Sling
AdapterManagerThe AdapterManager defines the service interface for a manager for object adaption.Interfaceorg.apache.sling.api.adapterApache Sling
AbstractCopletAdapterThis is the abstract base adapter to use pipelines as coplets bufferShall the content of the coplet be buffered? If a coplet isClassorg.apache.cocoon.portal.coplet.adapter.implApache Cocoon
ApplicationCopletAdapterThis coplet adapter is used to connect to external applications that are plugged into the portal.Classorg.apache.cocoon.portal.coplet.adapter.implApache Cocoon
CachingURICopletAdapterThis adapter extends the URICopletAdapter by a caching mechanism.Classorg.apache.cocoon.portal.coplet.adapter.implApache Cocoon
CopletAdapterThis is the portlet implementation.Interfaceorg.apache.cocoon.portal.coplet.adapterApache Cocoon
DocumentHandlerAdapterThis class is an utility class adapting a SAX version 1.Classorg.apache.cocoon.xmlApache Cocoon
JXTemplateGenerator .TransformerAdapterAdapter that makes this generator usable as a transformer (Note there is a performance penalty for this however:Classorg.apache.cocoon.generation.JXTemplateGeneratorApache Cocoon
PortletAdapterThis is the adapter to use JSR-168 portlets as coplets.Classorg.apache.cocoon.portal.coplet.adapter.implApache Cocoon
RepeaterAdapterInterfaceorg.apache.cocoon.forms.bindingApache Cocoon
RepeaterJXPathAdapterClassorg.apache.cocoon.forms.bindingApache Cocoon
SlideConfigurationAdapterThe class represent an adapter for the configuration class from jakarta slideVersion:CVS $Id: SlideConfigurationAdapter.Classorg.apache.cocoon.components.slide.implApache Cocoon
SlideLoggerAdapterThe class represent an adapter for the logger for jakarta slideVersion:CVS $Id: SlideLoggerAdapter.Classorg.apache.cocoon.components.slide.implApache Cocoon
TransformerAdapterAdapter that makes this generator usable as a transformer (Note there is a performance penalty for this however: you effectively recompile the templateClassorg.apache.cocoon.templateApache Cocoon
URICopletAdapterThis is the adapter to use pipelines as copletsVersion:CVS $Id: URICopletAdapter.Classorg.apache.cocoon.portal.coplet.adapter.implApache Cocoon
XMLAdapterAdapter class that wraps a Form object and makes it possible to populate a widget hierarchy from XML in form of SAXClassorg.apache.cocoon.forms.utilApache Cocoon
XSPExpressionFilter .XMLPipeAdapterFields inherited from class org.Classorg.apache.cocoon.components.language.markup.xsp.XSPExpressionFilterApache Cocoon
VelocityTemplateService .LogChuteAdapterProvides a Velocity LogChute adapter class around the application log service to enable the Velocity Runtime to log to the applicationClassorg.apache.click.service.VelocityTemplateServiceApache Click
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Classorg.xml.sax.helpersApache Xerces
XMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Classorg.xml.sax.helpersApache Xerces
ActiveMQResourceAdapterKnows how to connect to one ActiveMQ server.Classorg.apache.activemq.raApache ActiveMQ
AxionJDBCAdapterAxion specific Adapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
BlobJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
BytesJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
CommandVisitorAdapterClassorg.apache.activemq.stateApache ActiveMQ
DB2JDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
DefaultJDBCAdapter encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
DtoAxionJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoAxionJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoAxionJDBCAdapterApache ActiveMQ
DtoBlobJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoBlobJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoBlobJDBCAdapterApache ActiveMQ
DtoBroker .PersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoBrokerApache ActiveMQ
DtoBrokerService .PersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoBrokerServiceApache ActiveMQ
DtoBytesJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoBytesJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoBytesJDBCAdapterApache ActiveMQ
DtoDb2JDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoDb2JDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoDb2JDBCAdapterApache ActiveMQ
DtoDefaultJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoDefaultJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoDefaultJDBCAdapterApache ActiveMQ
DtoFilteredKahaDB .AdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoFilteredKahaDBApache ActiveMQ
DtoFilteredKahaDB .PersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoFilteredKahaDBApache ActiveMQ
DtoHsqldbJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoHsqldbJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoHsqldbJdbcAdapterApache ActiveMQ
DtoInformixJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoInformixJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoInformixJDBCAdapterApache ActiveMQ
DtoJdbcPersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoJdbcPersistenceAdapter .AdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .BrokerServiceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .DatabaseLockerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .DataSourceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .DsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .LockDataSourceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .LockerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .ScheduledThreadPoolExecutorJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .UsageManagerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJdbcPersistenceAdapter .WireFormatJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJdbcPersistenceAdapterApache ActiveMQ
DtoJournaledJDBC .AdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournaledJDBCApache ActiveMQ
DtoJournaledJDBC .JdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournaledJDBCApache ActiveMQ
DtoJournalPersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoJournalPersistenceAdapter .BrokerServiceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapter .JournalJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapter .LongTermPersistenceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapter .PersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapter .TaskRunnerFactoryJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapter .UsageManagerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterApache ActiveMQ
DtoJournalPersistenceAdapterFactoryJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoJournalPersistenceAdapterFactory .AdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .BrokerServiceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .DataSourceJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .JdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .JournalJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .LockerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .ScheduledThreadPoolExecutorJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoJournalPersistenceAdapterFactory .TaskRunnerFactoryJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoJournalPersistenceAdapterFactoryApache ActiveMQ
DtoMaxdbJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoMaxdbJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoMaxdbJdbcAdapterApache ActiveMQ
DtoMemoryPersistenceAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoMemoryPersistenceAdapter .UsageManagerJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoMemoryPersistenceAdapterApache ActiveMQ
DtoMKahaDB .FilteredPersistenceAdaptersJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoMKahaDBApache ActiveMQ
DtoMysqlJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoMysqlJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoMysqlJdbcAdapterApache ActiveMQ
DtoOracleBlobJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoOracleBlobJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoOracleBlobJDBCAdapterApache ActiveMQ
DtoOracleJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoOracleJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoOracleJDBCAdapterApache ActiveMQ
DtoPostgresqlJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoPostgresqlJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoPostgresqlJdbcAdapterApache ActiveMQ
DtoStreamJDBCAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoStreamJDBCAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoStreamJDBCAdapterApache ActiveMQ
DtoSybaseJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoSybaseJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoSybaseJdbcAdapterApache ActiveMQ
DtoSystemUsage .AdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoSystemUsageApache ActiveMQ
DtoTransactJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoTransactJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoTransactJdbcAdapterApache ActiveMQ
FilteredKahaDBPersistenceAdapterClassorg.apache.activemq.store.kahadbApache ActiveMQ
HsqldbJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
InformixJDBCAdapterJDBC Adapter for Informix database.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
JDBCAdapterInterfaceorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCPersistenceAdapterA PersistenceAdapter implementation using JDBC for persistence This persistence adapter will correctly remember prepared XA transactions,Classorg.apache.activemq.store.jdbcApache ActiveMQ
JournalPersistenceAdapterAn implementation of PersistenceAdapter designed for use with a Journal and then check pointing asynchronously on a timeout with someClassorg.apache.activemq.store.journalApache ActiveMQ
JournalPersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects.Classorg.apache.activemq.store.journalApache ActiveMQ
KahaDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with KahaDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.kahadbApache ActiveMQ
LevelDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with LevelDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.leveldbApache ActiveMQ
MaxDBJDBCAdapterJDBC Adapter for the MaxDB database.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
MemoryPersistenceAdapterClassorg.apache.activemq.store.memoryApache ActiveMQ
MessageResourceAdapterKnows how to connect to one ActiveMQ server.Interfaceorg.apache.activemq.raApache ActiveMQ
MultiKahaDBPersistenceAdapterAn implementation of PersistenceAdapter that supports distribution of destinations across multiple kahaDB persistence adaptersClassorg.apache.activemq.store.kahadbApache ActiveMQ
MySqlJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
OracleBlobJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
OracleJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
PersistenceAdapterInterfaceorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects.Interfaceorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterFactoryBeanClassorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterSupportUsed to implement common PersistenceAdapter methods.Classorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterSupport .DestinationMatcherProvides an interface for a Destination matching object that can be used to search for specific destinations from a persistence adapter.Interfaceorg.apache.activemq.store.PersistenceAdapterSupportApache ActiveMQ
PersistenceAdapterViewClassorg.apache.activemq.broker.jmxApache ActiveMQ
PersistenceAdapterViewMBeanInterfaceorg.apache.activemq.broker.jmxApache ActiveMQ
PostgresqlJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
ReplicatedLevelDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with LevelDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.leveldbApache ActiveMQ
StreamJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
SybaseJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
TransactJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
AggregationStrategyBeanAdapterAn AggregationStrategy that adapts to a POJO.Classorg.apache.camel.processor.aggregateApache Camel
ExpressionAdapterClassorg.apache.camel.implApache Camel
ExpressionAdapterA helper class for developers wishing to implement an Expression using Java code with a minimum amount of code to write so that the developer only needsClassorg.apache.camel.supportApache Camel
ExpressionToPredicateAdapterClassorg.apache.camel.utilApache Camel
NotificationSenderAdapterCan be used to broadcast JMX notifications.Classorg.apache.camel.managementApache Camel
PredicateToExpressionAdapterClassorg.apache.camel.utilApache Camel
SynchronizationAdapterClassorg.apache.camel.implApache Camel
SynchronizationAdapterClassorg.apache.camel.supportApache Camel
TimeUnitAdapterTimeUnitAdapter is a simple adapter to convert between Strings and instances of the TimeUnit enumerationClassorg.apache.camel.builder.xmlApache Camel
XStreamDataFormat .AliasAdapterClassorg.apache.camel.model.dataformat.XStreamDataFormatApache Camel
XStreamDataFormat .ConvertersAdapterClassorg.apache.camel.model.dataformat.XStreamDataFormatApache Camel
XStreamDataFormat .ImplicitCollectionsAdapterClassorg.apache.camel.model.dataformat.XStreamDataFormatApache Camel
XStreamDataFormat .OmitFieldsAdapterClassorg.apache.camel.model.dataformat.XStreamDataFormatApache Camel
FieldTypeXmlAdapterUtility class for converting a JSON definition of a FieldType into the XML format expected by the FieldTypePluginLoader.Classorg.apache.solr.rest.schemaApache Solr Lucene
DataSetProducerAdapterClassorg.dbunit.dataset.streamSourceForge DBUnit
AdapterTemplateModelA TemplateModel that can be unwrapped and then it considers a provided desired (hint) class.Interfacefreemarker.templateFreeMarker Template
DefaultArrayAdapterAdapts an array of a non-primitive elements to the corresponding TemplateModel interface(s), most importantly to TemplateHashModelEx.Classfreemarker.templateFreeMarker Template
DefaultIteratorAdapterAdapts an Iterator to the corresponding TemplateModel interface(s), most importantly to TemplateCollectionModel.Classfreemarker.templateFreeMarker Template
DefaultListAdapterAdapts a List to the corresponding TemplateModel interface(s), most importantly to TemplateSequenceModel.Classfreemarker.templateFreeMarker Template
DefaultMapAdapterAdapts a Map to the corresponding TemplateModel interface(s), most importantly to TemplateHashModelEx.Classfreemarker.templateFreeMarker Template
DefaultNonListCollectionAdapterExperimental - subject to change: Adapts a non-List Java Collection to the corresponding TemplateModel interface(s), most importantly to TemplateCollectionModelEx.Classfreemarker.templateFreeMarker Template
HashAdapterClassfreemarker.ext.beansFreeMarker Template
JythonVersionAdapterFunctions that has a different implementation depending on the Jython version used.Classfreemarker.ext.jythonFreeMarker Template
TemplateModelAdapter some other object model.Interfacefreemarker.templateFreeMarker Template
DateTimeConstantsAdapterClasscom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
DateTimeFormatInfoAdapterClasscom.google.gwt.i18n.clientGoogle WebToolkit (GWT)
FocusListenerAdapterAn adapter to simplify focus event listeners that do not need all events defined on the FocusListener interface.Classcom.google.gwt.user.client.uiGoogle WebToolkit (GWT)
KeyboardListenerAdapterAn adapter to simplify keyboard event listeners that do not need all events defined on the KeyboardListener interface.Classcom.google.gwt.user.client.uiGoogle WebToolkit (GWT)
MouseListenerAdapterAn adapter to simplify mouse event listeners that do not need all events defined on the MouseListener interface.Classcom.google.gwt.user.client.uiGoogle WebToolkit (GWT)
Tree .ImageAdapterClasscom.google.gwt.user.client.ui.TreeGoogle WebToolkit (GWT)
JGraphAdapterDemoA demo applet that shows how to use JGraph to visualize JGraphT graphs.Classorg.jgrapht.demoJGraph
JGraphModelAdapterAn adapter that reflects a JGraphT graph as a JGraph graph.Classorg.jgrapht.extJGraph
JGraphModelAdapter .CellFactoryCreates the JGraph cells that reflect the respective JGraphT elements.Interfaceorg.jgrapht.ext.JGraphModelAdapterJGraph
JGraphModelAdapter .DefaultCellFactoryA simple default cell factory.Classorg.jgrapht.ext.JGraphModelAdapterJGraph
JGraphXAdapterAdapter to draw a JGraphT graph with the JGraphX drawing library.Classorg.jgrapht.extJGraph
JGraphXAdapterDemoA demo applet that shows how to use JGraphX to visualize JGraphT graphs.Classorg.jgrapht.demoJGraph
TraversalListenerAdapterAn empty do-nothing implementation of the TraversalListener interface used for subclasses.Classorg.jgrapht.eventJGraph
WeightedGraphGeneratorAdapterWeightedGraphGenerator defines an interface for generating graph structures having edges weighted with real values.Classorg.jgrapht.generateJGraph
AnnotatingModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouseSourceForge Jung
DefaultModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.DefaultModalGraphMouseSourceForge Jung
EditingModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.EditingModalGraphMouseSourceForge Jung
GraphMouseAdapterClassedu.uci.ics.jung.visualization.controlSourceForge Jung
ModalLensGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.ModalLensGraphMouseSourceForge Jung
AccessOptimizerAdapterThe ReflectionOptimizer.Classorg.hibernate.bytecode.internal.javassistHibernate ORM
BasicTransformerAdapterProvides the basic "noop" impls of the ResultTransformer contract.Classorg.hibernate.transformHibernate ORM
ConnectionObserverAdapterClassorg.hibernate.engine.jdbc.spiHibernate ORM
ExecutableAdapterClassorg.hibernate.testing.asyncHibernate ORM
ExecutableAdapter .ExceptionWrapperSee Also:Serialized FormConstructor SummaryExecutableAdapter.Classorg.hibernate.testing.async.ExecutableAdapterHibernate ORM
Helper .ValueSourcesAdapterConstructor SummaryHelper.Classorg.hibernate.metamodel.source.hbm.HelperHibernate ORM
IdBagPluralAttributeElementAdapterAdaptive implementation of the PluralAttributeElement for mappings which do not support all the configuration available on other collection mappings.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
InstantiationOptimizerAdapterThe ReflectionOptimizer.Classorg.hibernate.bytecode.internal.javassistHibernate ORM
AdapterAdapter that wraps XmlJavaTypeAdapter.Classsun.xml.internal.bind.v2.model.coreCode Trails
AdapterReceives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it to WSEndpoint.Classsun.xml.internal.ws.api.serverCode Trails
AdapterActivatorAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of Interfaceomg.PortableServerCode Trails
AdapterActivatorOperationsAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of Interfaceomg.PortableServerCode Trails
AdapterAlreadyExists Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAPackageCode Trails
AdapterAlreadyExistsHelper Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAPackageCode Trails
AdapterInactive Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAManagerPackageCode Trails
AdapterInactiveHelper Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAManagerPackageCode Trails
AdapterManagerIdHelperAdapter manager identifier.Classomg.PortableInterceptorCode Trails
AdapterMethodHandleClasslang.invokeCode Trails
AdapterMethodHandle .AsVarargsCollectorClasslang.invoke.AdapterMethodHandleCode Trails
AdapterNameHelperThe name of an object adapter.Classomg.PortableInterceptorCode Trails
AdapterNonExistent Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAPackageCode Trails
AdapterNonExistentHelper Generated by the IDL-to-Java compiler (portable), version "3.Classomg.PortableServer.POAPackageCode Trails
AdapterStateHelperType of object adapter state.Classomg.PortableInterceptorCode Trails
AnyTypeAdapterXmlAdapter useful for mapping interfaces.Classsun.xml.internal.bindCode Trails
BIConversion .UserAdapterClasssun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversionCode Trails
BIGlobalBinding .ClassNameAdapterClasssun.tools.internal.xjc.reader.xmlschema.bindinfo.BIGlobalBindingCode Trails
BridgeAdapterClasssun.xml.internal.bind.v2.runtimeCode Trails
CAdapterClasssun.tools.internal.xjc.modelCode Trails
CollapsedStringAdapterBuilt-in XmlAdapter to handle xs:token and its derived types.Classxml.bind.annotation.adaptersCode Trails
ComponentAdapterAn abstract adapter class for receiving component events.Classawt.eventCode Trails
ContainerAdapterAn abstract adapter class for receiving container events.Classawt.eventCode Trails
ContentHandlerNamespacePrefixAdapterClasssun.tools.internal.xjc.reader.internalizerCode Trails
DeploymentDescriptorParser .AdapterFactoryCreates a new Adapter.Interfacesun.xml.internal.ws.transport.http.DeploymentDescriptorParserCode Trails
Dom2SaxAdapterClasssun.xml.internal.txw2.outputCode Trails
DOMAdapterClasssun.org.apache.xalan.internal.xsltc.domCode Trails
DragSourceAdapterAn abstract adapter class for receiving drag source events.Classawt.dndCode Trails
ClusterListenerAdapterAn adapter for cluster listener implementations, for clients that want to listen for a subset of cluster events.Classmongodb.eventMongoDB NoSQL
ConnectionListenerAdapterAn adapter for connection listener implementations, for clients that want to listen for a subset of connection events.Classmongodb.eventMongoDB NoSQL
ConnectionPoolListenerAdapterAn adapter for connection pool listener implementations, for clients that want to listen for a subset of connection pool events.Classmongodb.eventMongoDB NoSQL
RequestCallbackAdapterAdapter that maps GWT's callback handler to the CC response handler.Classclient.gwt.coreContent Control
ResponseHandlerAdapterDefault response handler implementation.Classclient.coreContent Control
CloseableIteratorCollectionAdapterAdapts Collection to CloseableIteratorCollectionAuthor:Radim Vansa Classorg.infinispan.commons.utilInfinispan
CloseableIteratorSetAdapterAdapts Set to CloseableIteratorSetAuthor:Radim Vansa Classorg.infinispan.commons.utilInfinispan
JBossExternalizerAdapterClassorg.infinispan.commons.marshall.jbossInfinispan
AbstractClientConnAdapterAbstract adapter from operated to managed client connections.Classorg.apache.http.impl.connApache HttpComponents
AbstractPooledConnAdapterAbstract adapter from pool entries to client connections.Classorg.apache.http.impl.connApache HttpComponents
BasicPooledConnAdapterA connection wrapper and callback handler.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
AccessLogAdapterA helper class that wraps several AccessLog instances.ClassTOMCAT
AdapterAdapter.InterfaceTOMCAT
CoyoteAdapterClassTOMCAT
CustomizableAdapterclass provides the default base implementation of the Customizable interface, users can extend this class and override beaviourClassweblogicx.jsp.tags.validatorsOracle WebLogic
JdkSSLAdapterClassweblogic.wsee.connection.transport.httpsOracle WebLogic
JSSEAdapterJSSEAdapter for WLS Webservices support of the JSSE bundled with JDK 1.Classweblogic.webservice.clientOracle WebLogic
NullSSLAdapter This class is intended for use when there is non SSL implmentation available.Classweblogic.webservice.clientOracle WebLogic
SSLAdapterInterfaceweblogic.webservice.clientOracle WebLogic
SSLAdapterInterfaceweblogic.wsee.connection.transport.httpsOracle WebLogic
SSLAdapterFactorySSLAdapterFactory.Classweblogic.webservice.clientOracle WebLogic
SSLAdapterUtilsCreated by IntelliJ IDEA.Classweblogic.wsee.connection.transport.httpsOracle WebLogic
SuspendableAdapterThis is a convenience class in helping to build a ResourceAdapter JavaBean class.Classweblogic.connector.extensionsOracle WebLogic
ValidatableAdapterClassweblogicx.jsp.tags.validatorsOracle WebLogic
ValidatableTagAdapterClassweblogicx.jsp.tags.validatorsOracle WebLogic
WLSSLAdapter Created: Mon Apr 8 19:24:52 2002Fields inherited from class weblogic.Classweblogic.webservice.clientOracle WebLogic
WlsSSLAdapterSee Also:Serialized FormConstructor SummaryWlsSSLAdapter()Classweblogic.wsee.connection.transport.httpsOracle WebLogic
POJOPropertiesContainerAdapterClassorg.openxava.model.implOpen Xava
BeanVendorAdapterUses ClassUtils.Classorg.apache.axis.components.jmsApache Axis
JMSVendorAdapterSPI Interface that all JMSVendorAdaptors must implement.Classorg.apache.axis.components.jmsApache Axis
JMSVendorAdapterFactoryDiscovery class used to locate vendor adapters.Classorg.apache.axis.components.jmsApache Axis
JNDIVendorAdapterUses JNDI to locate ConnectionFactory and DestinationsAuthor:Jaime Meritt (jmeritt@sonicsoftware.Classorg.apache.axis.components.jmsApache Axis
SonicMQVendorAdapterDefines SonicMQ specific constants for connnection factory creation.Classorg.apache.axis.components.jmsApache Axis
IteratorAdapterClassorg.apache.accumulo.core.client.mockApache Accumulo
AbstractTransportAdapterClassakka.remote.transportAkka
AbstractTransportAdapterHandleClassakka.remote.transportAkka
ActorAdapterINTERNAL API.Classakka.typedAkka
ActorContextAdapterINTERNAL API.Classakka.typedAkka
ActorTransportAdapterClassakka.remote.transportAkka
ActorTransportAdapter$Classakka.remote.transportAkka
ActorTransportAdapter .AssociateUnderlyingClassakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .AssociateUnderlying$Classakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .DisassociateUnderlyingClassakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .DisassociateUnderlying$Classakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .ListenerRegisteredClassakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .ListenerRegistered$Classakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .ListenUnderlyingClassakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapter .ListenUnderlying$Classakka.remote.transport.ActorTransportAdapterAkka
ActorTransportAdapterManagerClassakka.remote.transportAkka
CamelExchangeAdapter Adapter for converting an Exchange to and from CamelMessage and FailureResult objects.Classakka.camel.internalAkka
DiagnosticLoggingAdapterLoggingAdapter extension which adds MDC support.Interfaceakka.eventAkka
EventAdapterAn EventAdapter is both a WriteEventAdapter and a ReadEventAdapter.Interfaceakka.persistence.journalAkka
EventAdaptersEventAdapters serves as a per-journal collection of bound event adapters.Classakka.persistence.journalAkka
EventAdapters$Classakka.persistence.journalAkka
EventAdapters .CombinedReadEventAdapterClassakka.persistence.journal.EventAdaptersAkka
EventAdapters .CombinedReadEventAdapter$Classakka.persistence.journal.EventAdaptersAkka
FailureInjectorTransportAdapterClassakka.remote.transportAkka
FailureInjectorTransportAdapter$Classakka.remote.transportAkka
FailureInjectorTransportAdapter .AllClassakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .All$Classakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .DropClassakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .Drop$Classakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .OneClassakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .One$Classakka.remote.transport.FailureInjectorTransportAdapterAkka
FailureInjectorTransportAdapter .PassThru$Classakka.remote.transport.FailureInjectorTransportAdapterAkka
IdentityEventAdapterNo-op model adapter which passes through the incoming events as-is.Classakka.persistence.journalAkka
IdentityEventAdapter$No-op model adapter which passes through the incoming events as-is.Classakka.persistence.journalAkka
IdentityEventAdaptersClassakka.persistence.journalAkka
IdentityEventAdapters$Classakka.persistence.journalAkka
JavaLoggingAdapter java.Interfaceakka.contrib.julAkka
LoggingAdapterLogging wrapper to make nicer and optimize: provide template versions which evaluate .Interfaceakka.eventAkka
NoopReadEventAdapterClassakka.persistence.journalAkka
NoopReadEventAdapter$Classakka.persistence.journalAkka
NoopWriteEventAdapterClassakka.persistence.journalAkka
NoopWriteEventAdapter$Classakka.persistence.journalAkka
ReadEventAdapterFacility to convert from and to specialised data models, as may be required by specialized persistence Journals.Interfaceakka.persistence.journalAkka
ThrottlerTransportAdapterClassakka.remote.transportAkka
ThrottlerTransportAdapter$Classakka.remote.transportAkka
ThrottlerTransportAdapter .Blackhole$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .DirectionInterfaceakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .Direction$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .Direction .Both$Classakka.remote.transport.ThrottlerTransportAdapter.DirectionAkka
ThrottlerTransportAdapter .Direction .Receive$Classakka.remote.transport.ThrottlerTransportAdapter.DirectionAkka
ThrottlerTransportAdapter .Direction .Send$Classakka.remote.transport.ThrottlerTransportAdapter.DirectionAkka
ThrottlerTransportAdapter .ForceDisassociateManagement Command to force disassociation of an address.Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .ForceDisassociate$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .ForceDisassociateAck$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .ForceDisassociateExplicitlyManagement Command to force disassociation of an address with an explicit error.Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .ForceDisassociateExplicitly$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .SetThrottleClassakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .SetThrottle$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .SetThrottleAck$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .ThrottleModeInterfaceakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .TokenBucketClassakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .TokenBucket$Classakka.remote.transport.ThrottlerTransportAdapterAkka
ThrottlerTransportAdapter .Unthrottled$Classakka.remote.transport.ThrottlerTransportAdapterAkka
TransportAdapterProviderInterfaceakka.remote.transportAkka
TransportAdaptersClassakka.remote.transportAkka
TransportAdaptersExtensionClassakka.remote.transportAkka
TransportAdaptersExtension$Classakka.remote.transportAkka
WriteEventAdapterFacility to convert to specialised data models, as may be required by specialized persistence Journals.Interfaceakka.persistence.journalAkka
CallAdapterAdapts a Call into the type of T.Interfaceretrofit2Retrofit
CallAdapter .FactoryCreates CallAdapter instances based on the return type of the service interface methods.Interfaceretrofit2.CallAdapterRetrofit
AbstractJMSProviderAdapterAn abstract implementaion of JMSProviderAdapter.Classorg.jboss.jms.jndiJBoss Server
JMSProviderAdapterJMSProviderAdapter.Interfaceorg.jboss.jms.jndiJBoss Server
JNDIProviderAdapterA provider adapter that uses properties.Classorg.jboss.jms.jndiJBoss Server
SimpleBindingProcessorAdapterAdapter around domain objects to support SimpleBindingProcessor.Interfaceorg.metawidget.gwt.client.widgetprocessor.binding.simpleMetaWidget
SimpleBindingProcessorAdapterGeneratorGenerator for SimpleBindingProcessorAdapters.Classorg.metawidget.gwt.generator.widgetprocessor.binding.simpleMetaWidget
Callback .AdapterClassorg.eclipse.jetty.util.CallbackJetty
ClientParser .Listener .AdapterClassorg.eclipse.jetty.fcgi.parser.ClientParser.ListenerJetty
Connection .Listener .AdapterClassorg.eclipse.jetty.io.Connection.ListenerJetty
NetworkTrafficListener .AdapterA commodity class that implements NetworkTrafficListener with empty methods.Classorg.eclipse.jetty.io.NetworkTrafficListenerJetty
Parser .Listener .AdapterClassorg.eclipse.jetty.fcgi.parser.Parser.ListenerJetty
Parser .Listener .AdapterClassorg.eclipse.jetty.http2.parser.Parser.ListenerJetty
Promise .AdapterClassorg.eclipse.jetty.util.PromiseJetty
Request .Listener .AdapterAn empty implementation of Request.Classorg.eclipse.jetty.client.api.Request.ListenerJetty
Response .Listener .AdapterAn empty implementation of Response.Classorg.eclipse.jetty.client.api.Response.ListenerJetty
ServerParser .Listener .AdapterClassorg.eclipse.jetty.fcgi.parser.ServerParser.ListenerJetty
ServerParser .Listener .AdapterClassorg.eclipse.jetty.http2.parser.ServerParser.ListenerJetty
ServerSessionListener .AdapterClassorg.eclipse.jetty.http2.api.server.ServerSessionListenerJetty
Session .Listener .AdapterEmpty implementation of Stream.Classorg.eclipse.jetty.http2.api.Session.ListenerJetty
Stream .Listener .AdapterEmpty implementation of Stream.Classorg.eclipse.jetty.http2.api.Stream.ListenerJetty
WebSocketAdapterDefault implementation of the WebSocketListener.Classorg.eclipse.jetty.websocket.apiJetty
AdapterClassorg.apache.geronimo.corbaApache Geronimo
AdapterDelegateClassorg.apache.geronimo.corbaApache Geronimo
AdapterEntityClassorg.apache.geronimo.corbaApache Geronimo
AdapterProxyFactoryClassorg.apache.geronimo.corbaApache Geronimo
AdapterStatefulClassorg.apache.geronimo.corbaApache Geronimo
AdapterStatelessFields inherited from class org.Classorg.apache.geronimo.corbaApache Geronimo
AdapterWrapperClassorg.apache.geronimo.corbaApache Geronimo
ArrayPropertyEditorAdapterAdapter for editing array types.Classorg.apache.geronimo.common.propertyeditorApache Geronimo
ConfigAdapterTranslates TSS and CSS configurations into CORBA startup args and properties.Interfaceorg.apache.geronimo.corba.security.configApache Geronimo
ConfigAdapterGBeanA generic GBean that provides for the configuration of an ORB config adaptor.Classorg.apache.geronimo.corba.security.configApache Geronimo
DatabasePoolPortlet .ResourceAdapterParamsConstructor SummaryDatabasePoolPortlet.Classorg.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortletApache Geronimo
GerOutboundResourceadapterTypeAn XML outbound-resourceadapterType(@http://geronimo.Interfaceorg.apache.geronimo.xbeans.geronimoApache Geronimo
GerOutboundResourceadapterType .FactoryClassorg.apache.geronimo.xbeans.geronimo.GerOutboundResourceadapterTypeApache Geronimo
GerOutboundResourceadapterTypeImplAn XML outbound-resourceadapterType(@http://geronimo.Classorg.apache.geronimo.xbeans.geronimo.implApache Geronimo
GerResourceAdapterDocumentA document containing one resource-adapter(@http://geronimo.Interfaceorg.apache.geronimo.xbeans.geronimo.namingApache Geronimo
GerResourceAdapterDocument .FactoryClassorg.apache.geronimo.xbeans.geronimo.naming.GerResourceAdapterDocumentApache Geronimo
GerResourceAdapterDocumentImplA document containing one resource-adapter(@http://geronimo.Classorg.apache.geronimo.xbeans.geronimo.naming.implApache Geronimo
GerResourceadapterInstanceTypeAn XML resourceadapter-instanceType(@http://geronimo.Interfaceorg.apache.geronimo.xbeans.geronimoApache Geronimo
GerResourceadapterInstanceType .FactoryClassorg.apache.geronimo.xbeans.geronimo.GerResourceadapterInstanceTypeApache Geronimo
GerResourceadapterInstanceTypeImplAn XML resourceadapter-instanceType(@http://geronimo.Classorg.apache.geronimo.xbeans.geronimo.implApache Geronimo
GerResourceadapterTypeAn XML resourceadapterType(@http://geronimo.Interfaceorg.apache.geronimo.xbeans.geronimoApache Geronimo
GerResourceadapterType .FactoryClassorg.apache.geronimo.xbeans.geronimo.GerResourceadapterTypeApache Geronimo
GerResourceadapterTypeImplAn XML resourceadapterType(@http://geronimo.Classorg.apache.geronimo.xbeans.geronimo.implApache Geronimo
JCAResourceAdapterRepresents the JSR-77 type with the same nameMethods inherited from interface org.Interfaceorg.apache.geronimo.management.geronimoApache Geronimo
JettyEJBWebServiceContext .RequestAdapterFields inherited from interface org.Classorg.apache.geronimo.jetty6.JettyEJBWebServiceContextApache Geronimo
JettyEJBWebServiceContext .ResponseAdapterConstructor SummaryJettyEJBWebServiceContext.Classorg.apache.geronimo.jetty6.JettyEJBWebServiceContextApache Geronimo
LifecycleAdapterClassorg.apache.geronimo.kernel.lifecycleApache Geronimo
Maven2RepositoryAdapterHelps adapt Geronimo repositories to Maven repositories for packaging building.Classorg.apache.geronimo.mavenplugins.carApache Geronimo
Maven2RepositoryAdapter .ArtifactLookupInterfaceorg.apache.geronimo.mavenplugins.car.Maven2RepositoryAdapterApache Geronimo
ORBConfigAdapterA ConfigAdapter instance for the Apache YokoConstructor SummaryORBConfigAdapter()Classorg.apache.geronimo.yokoApache Geronimo
ORBConfigAdapterGBeanClassorg.apache.geronimo.yokoApache Geronimo
RemoteDeployUtil .FileUploadServletProgressAdapterConstructor SummaryRemoteDeployUtil.Classorg.apache.geronimo.deployment.plugin.remote.RemoteDeployUtilApache Geronimo
ResourceAdapterRepresents /connector/resourceadapter in the Geronimo Connector deployment plan.Classorg.apache.geronimo.connector.deployment.jsr88Apache Geronimo
ResourceAdapterInterfaceorg.apache.geronimo.management.geronimoApache Geronimo
ResourceAdapterInterfaceorg.apache.geronimo.managementApache Geronimo
ResourceAdapter_1_0DConfigRootFields inherited from class org.Classorg.apache.geronimo.connector.deployment.dconfigbeanApache Geronimo
ResourceAdapterDConfigBeanFields inherited from class org.Classorg.apache.geronimo.connector.deployment.dconfigbeanApache Geronimo
ResourceAdapterDConfigRootFields inherited from class org.Classorg.apache.geronimo.connector.deployment.dconfigbeanApache Geronimo
ResourceAdapterImplClassorg.apache.geronimo.connectorApache Geronimo
ResourceAdapterImplGBeanClassorg.apache.geronimo.connectorApache Geronimo
ResourceAdapterInstanceRepresents /connector/resourceadapter/resourceadapter-instance in the Geronimo Connector deployment plan.Classorg.apache.geronimo.connector.deployment.jsr88Apache Geronimo
ResourceAdapterModuleInterfaceorg.apache.geronimo.management.geronimoApache Geronimo
ResourceAdapterModuleInterfaceorg.apache.geronimo.managementApache Geronimo
ResourceAdapterModuleImplClassorg.apache.geronimo.connectorApache Geronimo
ResourceAdapterModuleImplGBeanClassorg.apache.geronimo.connectorApache Geronimo
ResourceAdapterWrapperGBeanClassorg.apache.geronimo.connectorApache Geronimo
TomcatEJBWebServiceContext .RequestAdapterFields inherited from interface org.Classorg.apache.geronimo.tomcat.TomcatEJBWebServiceContextApache Geronimo
TomcatEJBWebServiceContext .ResponseAdapterConstructor SummaryTomcatEJBWebServiceContext.Classorg.apache.geronimo.tomcat.TomcatEJBWebServiceContextApache Geronimo
ContentHandlerAdapterThis class is an utility class adapting a SAX version 2.Classorg.apache.excalibur.xml.saxApache Avalon
DocumentHandlerAdapterThis class is an utility class adapting a SAX version 1.Classorg.apache.excalibur.xml.saxApache Avalon
ErrorHandlerAdapterThis class adapts o.Classorg.apache.avalon.excalibur.logger.logkitApache Avalon
FortressAdapterFortress based component adapter.Classorg.apache.avalon.fortress.migrationApache Avalon
Log4JAdapterThis class sits on top of an existing Log4J Hierarchy and returns logger wrapping Log4J loggers.Classorg.apache.avalon.excalibur.logger.log4jApache Avalon
Log4JConfAdapterA LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration.Classorg.apache.avalon.excalibur.logger.log4jApache Avalon
LogKit2AvalonLoggerAdapterA basic adapter that adapts an Avalon Logger to a Logkit Logger.Classorg.apache.avalon.framework.loggerApache Avalon
LogKitAdapterThis class sits on top of an existing LogKit Hierarchy and returns logger wrapping LogKit loggers.Classorg.apache.avalon.excalibur.logger.logkitApache Avalon
CSSEngine .DocumentAdapterProvides an (empty) adapter for the DocumentHandler interface.Classorg.apache.batik.css.engine.CSSEngineApache FOP Batik
DOMDocumentTree .DOMDocumentTreeAdapterThe adapter for the DOMDocumentTreeListener.Classorg.apache.batik.apps.svgbrowser.DOMDocumentTreeApache FOP Batik
DropDownComponent .ScrollablePopupMenuAdapterThe adapter for the ScrollablePopupMenuListener.Classorg.apache.batik.util.gui.DropDownComponentApache FOP Batik
GraphicsNodeChangeAdapterAn abstract adapter class for receiving graphics node change events.Classorg.apache.batik.gvt.eventApache FOP Batik
GraphicsNodeKeyAdapterAn abstract adapter class for receiving graphics node key events.Classorg.apache.batik.gvt.eventApache FOP Batik
GraphicsNodeMouseAdapterAn abstract adapter class for receiving graphics node mouse events.Classorg.apache.batik.gvt.eventApache FOP Batik
GVTTreeBuilderAdapterAn adapter class that represents a listener to the GVTTreeBuilderEventConstructor SummaryGVTTreeBuilderAdapter()Classorg.apache.batik.swing.svgApache FOP Batik
GVTTreeRendererAdapterAn adapter class that represents a listener to the GVTTreeRendererEvent events.Classorg.apache.batik.swing.gvtApache FOP Batik
HistoryBrowser .HistoryBrowserAdapterThe adapter to provide the default behavior.Classorg.apache.batik.apps.svgbrowser.HistoryBrowserApache FOP Batik
InteractorAdapterThis class represents an interactor which never interacts.Classorg.apache.batik.swing.gvtApache FOP Batik
JGVTComponentAdapterAn adapter class for JGVTComponentListener.Classorg.apache.batik.swing.gvtApache FOP Batik
NodePickerPanel .NodePickerAdapterThe adapter for the NodePicker listener.Classorg.apache.batik.apps.svgbrowser.NodePickerPanelApache FOP Batik
PNGTranscoder .WriteAdapterThis interface is used by PNGTranscoder to write PNG images through different codecs.Interfaceorg.apache.batik.transcoder.image.PNGTranscoderApache FOP Batik
PNGTranscoderImageIOWriteAdapterThis class is a helper to PNGTranscoder that writes PNG images through the Image I/O API.Classorg.apache.batik.ext.awt.image.codec.imageioApache FOP Batik
PNGTranscoderInternalCodecWriteAdapterThis class is a helper to PNGTranscoder that writes PNG images through the internal PNG codec.Classorg.apache.batik.ext.awt.image.codec.pngApache FOP Batik
RunnableQueue .RunHandlerAdapterThis is an adapter class that implements the RunHandler interface.Classorg.apache.batik.util.RunnableQueueApache FOP Batik
SelectionAdapterAdapter for the listener interface for receiving selection events.Classorg.apache.batik.gvt.eventApache FOP Batik
SVGDocumentLoaderAdapterAn adapter class that represents a listener to the SVGDocumentLoaderEvent events.Classorg.apache.batik.swing.svgApache FOP Batik
SVGLoadEventDispatcherAdapterThis class provides an adapter for the SVGLoadEventDispatcherListenerConstructor SummarySVGLoadEventDispatcherAdapter()Classorg.apache.batik.swing.svgApache FOP Batik
SVGUserAgentAdapterThis Implements the SVGUserAgent interface to provide a very simple version of client services to the JSVGComponent.Classorg.apache.batik.swing.svgApache FOP Batik
SVGUserAgentGUIAdapterClassorg.apache.batik.swing.svgApache FOP Batik
TIFFTranscoder .WriteAdapterThis interface is used by TIFFTranscoder to write TIFF images through different codecs.Interfaceorg.apache.batik.transcoder.image.TIFFTranscoderApache FOP Batik
TIFFTranscoderImageIOWriteAdapterThis class is a helper to TIFFTranscoder that writes TIFF images through the Image I/O API.Classorg.apache.batik.ext.awt.image.codec.imageioApache FOP Batik
TIFFTranscoderInternalCodecWriteAdapterThis class is a helper to TIFFTranscoder that writes TIFF images through the internal TIFF codec.Classorg.apache.batik.ext.awt.image.codec.tiffApache FOP Batik
TimegraphAdapterAn adapter class for TimegraphListeners.Classorg.apache.batik.anim.timingApache FOP Batik
UpdateManagerAdapterThis is an adapter for the UpdateManagerListener interface.Classorg.apache.batik.bridgeApache FOP Batik
UserAgentAdapterAn abstract user agent adaptor implementation.Classorg.apache.batik.bridgeApache FOP Batik
AntAdapterMessagesClassorg.eclipse.jdt.internal.antadapterECJ
JDTCompilerAdapterClassorg.eclipse.jdt.coreECJ
ApnsDelegateAdapterClasscom.notnoop.apnsPush Notification (NOTNOOP)
IteratorClosureAdapterA closure which stores calls in a List so that method calls can be iterated over in a 'yield' style wayClassorg.codehaus.groovy.runtimeGroovy
MethodCallerMultiAdapterClassorg.codehaus.groovy.classgen.asmGroovy
ProxyGeneratorAdapterA proxy generator responsible for mapping a map of closures to a class implementing a list of interfaces.Classorg.codehaus.groovy.runtimeGroovy
ScriptBytecodeAdapterA static helper class to interface bytecode and runtimeAuthor:Jochen TheodorouClassorg.codehaus.groovy.runtimeGroovy
ScriptTestAdapterClassorg.codehaus.groovy.runtimeGroovy
VisitorAdapterA default implementation of all visitor methods.Classorg.codehaus.groovy.antlr.treewalkerGroovy
AdapterLogRecordA LogRecord to be used with the LogMonitorAdapterAuthor:Richard HurstSee Also:Serialized FormClassorg.apache.log4j.lf5.utilApache Log4j
LogMonitorAdapterLogMonitorAdapter facilitates the usage of the LogMonitorAuthor:Richard HurstClassorg.apache.log4j.lf5.utilApache Log4j
TreeModelAdapterDefault implementation of TreeModelListener which does nothing.Classorg.apache.log4j.lf5.viewer.categoryexplorerApache Log4j
TokenizerAdapterThis class adapts between a java.Classedu.stanford.nlp.processStanford Parser
EntrySetToMapIteratorAdapterAdapts a Map entrySet to the MapIterator interface.Classorg.apache.commons.collections4.mapApache Commons
ConfigurationNodeVisitorAdapter A simple adapter class that simplifies writing custom node visitor This class provides dummy implementations for the methods defined in theClassorg.apache.commons.configuration.treeApache Commons
DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource, but still include aClassorg.apache.commons.dbcp2.cpdsadapterApache Commons
IteratorToGeneratorAdapterAdapts an Iterator to the LoopGenerator interface.Classorg.apache.commons.functor.generator.loopApache Commons
TailerListenerAdapterTailerListener Adapter.Classorg.apache.commons.io.inputApache Commons
LeastSquaresAdapterAn adapter that delegates to another implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
MultivariateFunctionMappingAdapterAdapter for mapping bounded MultivariateFunction to unbounded ones.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionMappingAdapterAdapter for mapping bounded MultivariateFunction to unbounded ones.Classorg.apache.commons.math3.optimization.directApache Commons
MultivariateFunctionPenaltyAdapterAdapter extending bounded MultivariateFunction to an unbouded domain using a penalty function.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionPenaltyAdapterAdapter extending bounded MultivariateFunction to an unbouded domain using a penalty function.Classorg.apache.commons.math3.optimization.directApache Commons
CopyStreamAdapterThe CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.Classorg.apache.commons.net.ioApache Commons
InvocationHandlerAdapterAn adapter class to adapt the JDK's InvocationHandler interface to Commons Proxy's Invoker interface.Classorg.apache.commons.proxy2.invokerApache Commons
JdkFutureAdaptersUtilities necessary for working with libraries that supply plain Future instances.Classcom.google.common.util.concurrentGoogle Guava
TypeAdapterConverts Java objects to and from JSON.Classcom.google.gsonGoogle GSon
TypeAdapterFactoryCreates type adapters for set of related types.Interfacecom.google.gsonGoogle GSon
JsonAdapterAn annotation that indicates the Gson TypeAdapter to use with a class Here is an example of how this annotation is used:Classcom.google.gson.annotationsGoogle GSon
JAXPDOMAdapterA DOMAdapter that uses JAXP to obtain a org.Classorg.jdom2.adaptersJDom
DOMAdapterDefines a standard set of adapter methods for interfacing with a DOM parser and obtaining a DOM org.Interfaceorg.jdom2.adaptersJDom
AbstractDOMAdapterA DOMAdapter utility abstract base class.Classorg.jdom2.adaptersJDom
AbstractClasspathAwareDataAdapterClassnet.sf.jasperreports.dataSourceforge Jasper Reports
AbstractClasspathAwareDataAdapterServiceClassnet.sf.jasperreports.dataSourceforge Jasper Reports
AbstractDataAdapterClassnet.sf.jasperreports.dataSourceforge Jasper Reports
AbstractDataAdapterServiceClassnet.sf.jasperreports.dataSourceforge Jasper Reports
AbstractXlsDataAdapterServiceClassnet.sf.jasperreports.data.xlsSourceforge Jasper Reports
BeanDataAdapterInterfacenet.sf.jasperreports.data.beanSourceforge Jasper Reports
BeanDataAdapterImplClassnet.sf.jasperreports.data.beanSourceforge Jasper Reports
BeanDataAdapterServiceClassnet.sf.jasperreports.data.beanSourceforge Jasper Reports
CastorDataAdapterPersistenceServiceClassnet.sf.jasperreports.repoSourceforge Jasper Reports
ClasspathAwareDataAdapterInterfacenet.sf.jasperreports.dataSourceforge Jasper Reports
CollectionListenerAdapterClassnet.sf.jasperreports.engine.design.eventsSourceforge Jasper Reports
CsvDataAdapterInterfacenet.sf.jasperreports.data.csvSourceforge Jasper Reports
CsvDataAdapterImplClassnet.sf.jasperreports.data.csvSourceforge Jasper Reports
CsvDataAdapterServiceClassnet.sf.jasperreports.data.csvSourceforge Jasper Reports
DataAdapterInterfacenet.sf.jasperreports.dataSourceforge Jasper Reports
DataAdapterParameterContributorExtensionsRegistryFactoryClassnet.sf.jasperreports.dataSourceforge Jasper Reports
DataAdapterParameterContributorFactoryClassnet.sf.jasperreports.dataSourceforge Jasper Reports
DataAdapterResourceClassnet.sf.jasperreports.repoSourceforge Jasper Reports
DataAdapterServiceInterfacenet.sf.jasperreports.dataSourceforge Jasper Reports
DataAdapterServiceFactoryInterfacenet.sf.jasperreports.dataSourceforge Jasper Reports
DataAdapterServiceUtilClassnet.sf.jasperreports.dataSourceforge Jasper Reports
DataSourceDataAdapterInterfacenet.sf.jasperreports.data.dsSourceforge Jasper Reports
DataSourceDataAdapterImplClassnet.sf.jasperreports.data.dsSourceforge Jasper Reports
DataSourceDataAdapterServiceClassnet.sf.jasperreports.data.dsSourceforge Jasper Reports
DataSourceProviderDataAdapterInterfacenet.sf.jasperreports.data.providerSourceforge Jasper Reports
DataSourceProviderDataAdapterImplClassnet.sf.jasperreports.data.providerSourceforge Jasper Reports
DataSourceProviderDataAdapterServiceClassnet.sf.jasperreports.data.providerSourceforge Jasper Reports
DefaultDataAdapterServiceExtensionsRegistryFactoryClassnet.sf.jasperreports.dataSourceforge Jasper Reports
DefaultDataAdapterServiceFactoryClassnet.sf.jasperreports.dataSourceforge Jasper Reports
EjbqlDataAdapterInterfacenet.sf.jasperreports.data.ejbqlSourceforge Jasper Reports
EjbqlDataAdapterImplClassnet.sf.jasperreports.data.ejbqlSourceforge Jasper Reports
EjbqlDataAdapterServiceClassnet.sf.jasperreports.data.ejbqlSourceforge Jasper Reports
EmptyDataAdapterInterfacenet.sf.jasperreports.data.emptySourceforge Jasper Reports
EmptyDataAdapterImplClassnet.sf.jasperreports.data.emptySourceforge Jasper Reports
EmptyDataAdapterServiceClassnet.sf.jasperreports.data.emptySourceforge Jasper Reports
ExcelDataAdapterInterfacenet.sf.jasperreports.data.excelSourceforge Jasper Reports
ExcelDataAdapterImplClassnet.sf.jasperreports.data.excelSourceforge Jasper Reports
ExcelDataAdapterServiceClassnet.sf.jasperreports.data.excelSourceforge Jasper Reports
FileDataAdapterInterfacenet.sf.jasperreports.dataSourceforge Jasper Reports
FillExpressionEvaluatorDatasetAdapterClassnet.sf.jasperreports.components.table.fillSourceforge Jasper Reports
HibernateDataAdapterInterfacenet.sf.jasperreports.data.hibernateSourceforge Jasper Reports
HibernateDataAdapterImplClassnet.sf.jasperreports.data.hibernateSourceforge Jasper Reports
HibernateDataAdapterServiceClassnet.sf.jasperreports.data.hibernateSourceforge Jasper Reports
HtmlExporterHyperlinkProducerAdapterAn adapter of JRHtmlExporterContext as JRHyperlinkProducer.Classnet.sf.jasperreports.engine.exportSourceforge Jasper Reports
JdbcDataAdapterInterfacenet.sf.jasperreports.data.jdbcSourceforge Jasper Reports
JdbcDataAdapterImplClassnet.sf.jasperreports.data.jdbcSourceforge Jasper Reports
JdbcDataAdapterServiceClassnet.sf.jasperreports.data.jdbcSourceforge Jasper Reports
JndiDataAdapterInterfacenet.sf.jasperreports.data.jndiSourceforge Jasper Reports
JndiDataAdapterImplClassnet.sf.jasperreports.data.jndiSourceforge Jasper Reports
JndiDataAdapterServiceClassnet.sf.jasperreports.data.jndiSourceforge Jasper Reports
JsonDataAdapterInterfacenet.sf.jasperreports.data.jsonSourceforge Jasper Reports
JsonDataAdapterImplClassnet.sf.jasperreports.data.jsonSourceforge Jasper Reports
JsonDataAdapterServiceClassnet.sf.jasperreports.data.jsonSourceforge Jasper Reports
JxlDataAdapterServiceClassnet.sf.jasperreports.data.xlsSourceforge Jasper Reports
MondrianDataAdapterInterfacenet.sf.jasperreports.data.mondrianSourceforge Jasper Reports
MondrianDataAdapterImplClassnet.sf.jasperreports.data.mondrianSourceforge Jasper Reports
MondrianDataAdapterServiceClassnet.sf.jasperreports.data.mondrianSourceforge Jasper Reports
QueryExecuterDataAdapterImplClassnet.sf.jasperreports.data.qeSourceforge Jasper Reports
QueryExecuterDataAdapterServiceClassnet.sf.jasperreports.data.qeSourceforge Jasper Reports
RemoteXmlDataAdapterInterfacenet.sf.jasperreports.data.xmlSourceforge Jasper Reports
RemoteXmlDataAdapterImplClassnet.sf.jasperreports.data.xmlSourceforge Jasper Reports
RemoteXmlDataAdapterServiceClassnet.sf.jasperreports.data.xmlSourceforge Jasper Reports
SpringHibernateDataAdapterInterfacenet.sf.jasperreports.data.hibernate.springSourceforge Jasper Reports
SpringHibernateDataAdapterImplClassnet.sf.jasperreports.data.hibernate.springSourceforge Jasper Reports
SpringHibernateDataAdapterServiceClassnet.sf.jasperreports.data.hibernate.springSourceforge Jasper Reports
SubreportReturnValueAdapterClassnet.sf.jasperreports.components.table.fillSourceforge Jasper Reports
XlsDataAdapterInterfacenet.sf.jasperreports.data.xlsSourceforge Jasper Reports
XlsDataAdapterImplClassnet.sf.jasperreports.data.xlsSourceforge Jasper Reports
XlsDataAdapterServiceClassnet.sf.jasperreports.data.xlsSourceforge Jasper Reports
XlsxDataAdapterInterfacenet.sf.jasperreports.data.xlsxSourceforge Jasper Reports
XlsxDataAdapterImplClassnet.sf.jasperreports.data.xlsxSourceforge Jasper Reports
XlsxDataAdapterServiceClassnet.sf.jasperreports.data.xlsxSourceforge Jasper Reports
XmlaDataAdapterInterfacenet.sf.jasperreports.data.xmlaSourceforge Jasper Reports
XmlaDataAdapterImplClassnet.sf.jasperreports.data.xmlaSourceforge Jasper Reports
XmlaDataAdapterServiceClassnet.sf.jasperreports.data.xmlaSourceforge Jasper Reports
XmlDataAdapterInterfacenet.sf.jasperreports.data.xmlSourceforge Jasper Reports
XmlDataAdapterImplClassnet.sf.jasperreports.data.xmlSourceforge Jasper Reports
XmlDataAdapterServiceClassnet.sf.jasperreports.data.xmlSourceforge Jasper Reports
AIDAAdapterAn Adapter for displaying AIDA histograms using the JAS Plot widgetAuthor:tonyjSource Code:AIDAAdapter.Classhep.aida.ref.plotter.adapterFreeHep
AIDACloudAdapter1DClasshep.aida.ref.plotter.adapterFreeHep
AIDACloudAdapter2DClasshep.aida.ref.plotter.adapterFreeHep
AIDADataPointSetAdapterClasshep.aida.ref.plotter.adapterFreeHep
AIDAFunctionAdapterClasshep.aida.ref.plotter.adapterFreeHep
AIDAHistogramAdapter1DClasshep.aida.ref.plotter.adapterFreeHep
AIDAHistogramAdapter2DClasshep.aida.ref.plotter.adapterFreeHep
AIDAProfileAdapterClasshep.aida.ref.plotter.adapterFreeHep
AIDAProfileAdapter1DClasshep.aida.ref.plotter.adapterFreeHep
BasicAdapterClass that performs data updates for hep.Classhep.aida.ref.remote.basicFreeHep
CommandSourceAdapterA class which implements CommandSource and can be used to associate any AbstractButton with a commandClassorg.freehep.util.commanddispatcherFreeHep
FTupleAdapterClasshep.aida.ref.tupleFreeHep
ObserverAdapterAn ObserverAdapter can be used as a base class for class that wants to act as both AIDAListener and Observable, and relay things it observers to itsClasshep.aida.ref.eventFreeHep
PrintModelAdapterConverts a TableModel to a PrintableTableModelVersion:$Id: PrintModelAdapter.Classorg.freehep.swing.print.tableFreeHep
RecordAdapterIt is an implementation of the RecordListener interfacewhere all the methods are empty.Classorg.freehep.record.loop.eventFreeHep
RecordLoopAdapterIt is an implementation of the RecordLoopListenerinterface where all the methods are empty.Classorg.freehep.record.loop.eventFreeHep
RemoteAdapterClass that performs data updates for hep.Classhep.aida.ref.remoteFreeHep
TreeTableModelAdapterThis is a wrapper class takes a TreeTableModel and implements the table model interface.Classorg.freehep.swing.treetableFreeHep
FeatureGeneratorAdapterThis class provides empty implementations of some of the optional methods in AdditionalContextFeatureGenerator to make implementing feature generatorsClassopennlp.tools.util.featuregenNatural Language Processing (OpenNLP)
KeypointPNGEncoderAdapterAdapter class for the Keypoint PNG Encoder.Classorg.jfree.chart.encodersJFreeChart
SunJPEGEncoderAdapterAdapter class for the Sun JPEG Encoder.Classorg.jfree.chart.encodersJFreeChart
SunPNGEncoderAdapterAdapter class for the Sun PNG Encoder.Classorg.jfree.chart.encodersJFreeChart
JettyServerAdapterA jetty specific implementation of the ServerAdapter interface.Classch.qos.logback.access.jettyLogBack
LogbackMDCAdapterA Mapped Diagnostic Context, or MDC in short, is an instrument for distinguishing interleaved log output from different sources.Classch.qos.logback.classic.utilLogBack
ServerAdapterAn interface to access server-specific methods from the server-independent AccessEvent.Interfacech.qos.logback.access.spiLogBack
TomcatServerAdapterA tomcat specific implementation of the ServerAdapter interface.Classch.qos.logback.access.tomcatLogBack
BasicMDCAdapterBasic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.Classorg.slf4j.helpersSLF4J
JCLLoggerAdapterA wrapper over org.Classorg.slf4j.implSLF4J
JDK14LoggerAdapterA wrapper over java.Classorg.slf4j.implSLF4J
Log4jLoggerAdapterA wrapper over org.Classorg.slf4j.implSLF4J
Log4jMDCAdapterClassorg.slf4j.implSLF4J
MDCAdapterThis interface abstracts the service offered by various MDCSince:1.Interfaceorg.slf4j.spiSLF4J
NOPMDCAdapterThis adapter is an empty implementation of the MDCAdapter interface.Classorg.slf4j.helpersSLF4J
ChannelHandlerAdapterSkelton implementation of a ChannelHandler.Classio.netty.channelNetty
ChannelInboundHandlerAdapterClassio.netty.channelNetty
ChannelOutboundHandlerAdapterClassio.netty.channelNetty
Http2ConnectionAdapterProvides empty implementations of all Http2Connection.Classio.netty.handler.codec.http2Netty
Http2EventAdapterThis class brings Http2Connection.Classio.netty.handler.codec.http2Netty
Http2FrameAdapterConvenience class that provides no-op implementations for all methods of Http2FrameListener.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpAdapterThis adapter provides just header/data events from the HTTP message flow definedhere HTTP/2 Spec Message Flow.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpAdapterNetty
InboundHttp2ToHttpPriorityAdapterTranslate header/data/priority HTTP/2 frame events into HTTP events.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpPriorityAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterNetty
AccordionAttributeListener .AdapterAccordion attribute listener adapter.Classorg.apache.pivot.wtk.AccordionAttributeListenerApache Pivot
AccordionListener .AdapterAccordion listener adapter.Classorg.apache.pivot.wtk.AccordionListenerApache Pivot
AccordionSelectionListener .AdapterAccordion selection listener adapter.Classorg.apache.pivot.wtk.AccordionSelectionListenerApache Pivot
ActionClassListener .AdapterAction class listener adapter.Classorg.apache.pivot.wtk.ActionClassListenerApache Pivot
AlertListener .AdapterAlert listener adapter.Classorg.apache.pivot.wtk.AlertListenerApache Pivot
Application .AdapterApplication adapter.Classorg.apache.pivot.wtk.ApplicationApache Pivot
Application .UnprocessedKeyHandler .AdapterUnprocessedKeyHandler adapter.Classorg.apache.pivot.wtk.Application.UnprocessedKeyHandlerApache Pivot
ArrayAdapterClassorg.apache.pivot.collectionsApache Pivot
BeanAdapterExposes Java bean properties of an object via the Map interface.Classorg.apache.pivot.beansApache Pivot
BlockListener .AdapterClassorg.apache.pivot.wtk.text.BlockListenerApache Pivot
BorderListener .AdapterBorder listener adapter.Classorg.apache.pivot.wtk.BorderListenerApache Pivot
BulletedListListener .AdapterClassorg.apache.pivot.wtk.text.BulletedListListenerApache Pivot
ButtonBindingListener .AdapterButton binding listener adapter.Classorg.apache.pivot.wtk.ButtonBindingListenerApache Pivot
ButtonGroupListener .AdapterButton group listener adapter.Classorg.apache.pivot.wtk.ButtonGroupListenerApache Pivot
ButtonListener .AdapterButton listener adapter.Classorg.apache.pivot.wtk.ButtonListenerApache Pivot
CalendarBindingListener .AdapterCalendar binding listener adapter.Classorg.apache.pivot.wtk.CalendarBindingListenerApache Pivot
CalendarButtonBindingListener .AdapterCalendar button binding listener adapter.Classorg.apache.pivot.wtk.CalendarButtonBindingListenerApache Pivot
CalendarButtonListener .AdapterCalendar button listener adapter.Classorg.apache.pivot.wtk.CalendarButtonListenerApache Pivot
CalendarListener .AdapterCalendar listener adapter.Classorg.apache.pivot.wtk.CalendarListenerApache Pivot
CardPaneListener .AdapterCard pane listener adapter.Classorg.apache.pivot.wtk.CardPaneListenerApache Pivot
ColorChooserBindingListener .AdapterColor chooser binding listener adapter.Classorg.apache.pivot.wtk.ColorChooserBindingListenerApache Pivot
ColorChooserButtonBindingListener .AdapterColor chooser button binding listener adapter.Classorg.apache.pivot.wtk.ColorChooserButtonBindingListenerApache Pivot
ComponentDataListener .AdapterComponent data listener adapter.Classorg.apache.pivot.wtk.ComponentDataListenerApache Pivot
ComponentDecoratorListener .AdapterComponent decorator list adapter.Classorg.apache.pivot.wtk.ComponentDecoratorListenerApache Pivot
ComponentKeyListener .AdapterComponent key listener adapter.Classorg.apache.pivot.wtk.ComponentKeyListenerApache Pivot
ComponentListener .AdapterComponent listener adapter.Classorg.apache.pivot.wtk.ComponentListenerApache Pivot
ComponentMouseButtonListener .AdapterComponent mouse button listener adapter.Classorg.apache.pivot.wtk.ComponentMouseButtonListenerApache Pivot
ComponentMouseListener .AdapterComponent mouse button listener adapter.Classorg.apache.pivot.wtk.ComponentMouseListenerApache Pivot
ComponentStateListener .AdapterComponent state listener adapter.Classorg.apache.pivot.wtk.ComponentStateListenerApache Pivot
ContainerListener .AdapterContainer listener adapter.Classorg.apache.pivot.wtk.ContainerListenerApache Pivot
ContainerMouseListener .AdapterContainer mouse listener adapter.Classorg.apache.pivot.wtk.ContainerMouseListenerApache Pivot
CSVSerializerListener .AdapterCSV serializer listener adapter.Classorg.apache.pivot.serialization.CSVSerializerListenerApache Pivot
DesktopApplicationContext .DisplayListener .AdapterDisplayListener adapter.Classorg.apache.pivot.wtk.DesktopApplicationContext.DisplayListenerApache Pivot
DialogStateListener .AdapterDialog state listener adapter.Classorg.apache.pivot.wtk.DialogStateListenerApache Pivot
ElementListener .AdapterClassorg.apache.pivot.wtk.text.ElementListenerApache Pivot
ElementListener .AdapterElement listener adapter.Classorg.apache.pivot.xml.ElementListenerApache Pivot
ExpanderListener .AdapterExpander listener adapter.Classorg.apache.pivot.wtk.ExpanderListenerApache Pivot
FileBrowserListener .AdapterFile browser listener adapter.Classorg.apache.pivot.wtk.FileBrowserListenerApache Pivot
FileBrowserSheetListener .AdapterFile browser sheet listener adapter.Classorg.apache.pivot.wtk.FileBrowserSheetListenerApache Pivot
FormAttributeListener .AdapterForm attribute listener adapter.Classorg.apache.pivot.wtk.FormAttributeListenerApache Pivot
FormListener .AdapterForm listener adapter.Classorg.apache.pivot.wtk.FormListenerApache Pivot
GridPaneListener .AdapterGrid pane listener adapter.Classorg.apache.pivot.wtk.GridPaneListenerApache Pivot
ImageViewBindingListener .AdapterImage view binding listener adapter.Classorg.apache.pivot.wtk.ImageViewBindingListenerApache Pivot
ImageViewListener .AdapterImage view listener adapter.Classorg.apache.pivot.wtk.ImageViewListenerApache Pivot
JSONSerializerListener .AdapterJSON serializer listener adapter.Classorg.apache.pivot.json.JSONSerializerListenerApache Pivot
LabelBindingListener .AdapterLabel binding listener adapter.Classorg.apache.pivot.wtk.LabelBindingListenerApache Pivot
LabelListener .AdapterLabel listener adapter.Classorg.apache.pivot.wtk.LabelListenerApache Pivot
ListAdapterClassorg.apache.pivot.collections.adapterApache Pivot
ListButtonBindingListener .AdapterList button binding listener adapter.Classorg.apache.pivot.wtk.ListButtonBindingListenerApache Pivot
ListButtonItemListener .AdapterList button item listener adapter.Classorg.apache.pivot.wtk.ListButtonItemListenerApache Pivot
ListButtonListener .AdapterList button listener adapter.Classorg.apache.pivot.wtk.ListButtonListenerApache Pivot
ListButtonSelectionListener .AdapterList button selection listener adapter.Classorg.apache.pivot.wtk.ListButtonSelectionListenerApache Pivot
ListListener .AdapterList listener adapter.Classorg.apache.pivot.collections.ListListenerApache Pivot
ListViewBindingListener .AdapterList view binding listener adapter.Classorg.apache.pivot.wtk.ListViewBindingListenerApache Pivot
ListViewItemListener .AdapterList view item listener adapter.Classorg.apache.pivot.wtk.ListViewItemListenerApache Pivot
ListViewListener .AdapterList view listener adapter.Classorg.apache.pivot.wtk.ListViewListenerApache Pivot
ListViewSelectionListener .AdapterList view selection listener adapter.Classorg.apache.pivot.wtk.ListViewSelectionListenerApache Pivot
MapAdapterClassorg.apache.pivot.collections.adapterApache Pivot
MapListener .AdapterMap listener adapter.Classorg.apache.pivot.collections.MapListenerApache Pivot
MenuBarListener .AdapterMenu bar listener adapter.Classorg.apache.pivot.wtk.MenuBarListenerApache Pivot
MenuHandler .AdapterMenu handler adapter.Classorg.apache.pivot.wtk.MenuHandlerApache Pivot
MenuListener .AdapterMenu listener adapter.Classorg.apache.pivot.wtk.MenuListenerApache Pivot
MenuPopupStateListener .AdapterMenu popup state listener adapter.Classorg.apache.pivot.wtk.MenuPopupStateListenerApache Pivot
MeterListener .AdapterMeter listener adapter.Classorg.apache.pivot.wtk.MeterListenerApache Pivot
MovieListener .AdapterMovie listener adapter.Classorg.apache.pivot.wtk.media.MovieListenerApache Pivot
NodeListener .AdapterClassorg.apache.pivot.wtk.text.NodeListenerApache Pivot
NumberedListListener .AdapterClassorg.apache.pivot.wtk.text.NumberedListListenerApache Pivot
PromptListener .AdapterPrompt listener adapter.Classorg.apache.pivot.wtk.PromptListenerApache Pivot
QueryListener .AdapterQuery listener adapter.Classorg.apache.pivot.web.QueryListenerApache Pivot
QueueListener .AdapterQueueListener adapter.Classorg.apache.pivot.collections.QueueListenerApache Pivot
RollupListener .AdapterRollup listener adapter.Classorg.apache.pivot.wtk.RollupListenerApache Pivot
RollupStateListener .AdapterRollup state listener adapter.Classorg.apache.pivot.wtk.RollupStateListenerApache Pivot
ScrollBarListener .AdapterScroll bar listener adapter.Classorg.apache.pivot.wtk.ScrollBarListenerApache Pivot
ScrollPaneListener .AdapterScroll pane listener adapter.Classorg.apache.pivot.wtk.ScrollPaneListenerApache Pivot
SetAdapterClassorg.apache.pivot.collections.adapterApache Pivot
SetListener .AdapterSet listener adapter.Classorg.apache.pivot.collections.SetListenerApache Pivot
SheetStateListener .AdapterSheet state listener adapter.Classorg.apache.pivot.wtk.SheetStateListenerApache Pivot
SliderListener .AdapterSlider listener adapter.Classorg.apache.pivot.wtk.SliderListenerApache Pivot
SpinnerBindingListener .AdapterSpinner binding listener adapter.Classorg.apache.pivot.wtk.SpinnerBindingListenerApache Pivot
SpinnerItemListener .AdapterSpinner item listener adapter.Classorg.apache.pivot.wtk.SpinnerItemListenerApache Pivot
SpinnerListener .AdapterSpinner listener adapter.Classorg.apache.pivot.wtk.SpinnerListenerApache Pivot
SpinnerSelectionListener .AdapterSpinner selection listener adapter.Classorg.apache.pivot.wtk.SpinnerSelectionListenerApache Pivot
SplitPaneListener .AdapterSplit pane listener adapter.Classorg.apache.pivot.wtk.SplitPaneListenerApache Pivot
StackListener .AdapterStackListener adapter.Classorg.apache.pivot.collections.StackListenerApache Pivot
SuggestionPopupItemListener .AdapterSuggestion popup item listener adapter.Classorg.apache.pivot.wtk.SuggestionPopupItemListenerApache Pivot
SuggestionPopupListener .AdapterSuggestion popup listener adapter.Classorg.apache.pivot.wtk.SuggestionPopupListenerApache Pivot
SuggestionPopupSelectionListener .AdapterSuggestion popup selection listener adapter.Classorg.apache.pivot.wtk.SuggestionPopupSelectionListenerApache Pivot
SuggestionPopupStateListener .AdapterSuggestion popup state listener adapter.Classorg.apache.pivot.wtk.SuggestionPopupStateListenerApache Pivot
TablePaneAttributeListener .AdapterTable pane attribute listener adapter.Classorg.apache.pivot.wtk.TablePaneAttributeListenerApache Pivot
TablePaneListener .AdapterTable pane listener adapter.Classorg.apache.pivot.wtk.TablePaneListenerApache Pivot
TableViewBindingListener .AdapterTable view binding listener adapter.Classorg.apache.pivot.wtk.TableViewBindingListenerApache Pivot
TableViewColumnListener .AdapterTable view column listener adapter.Classorg.apache.pivot.wtk.TableViewColumnListenerApache Pivot
TableViewHeaderListener .AdapterTable view header listener adapter.Classorg.apache.pivot.wtk.TableViewHeaderListenerApache Pivot
TableViewListener .AdapterTable view listener adapter.Classorg.apache.pivot.wtk.TableViewListenerApache Pivot
TableViewRowListener .AdapterTable row listener adapter.Classorg.apache.pivot.wtk.TableViewRowListenerApache Pivot
TableViewSelectionListener .AdapterTable view selection listener adapter.Classorg.apache.pivot.wtk.TableViewSelectionListenerApache Pivot
TableViewSortListener .AdapterTable view sort listener adapter.Classorg.apache.pivot.wtk.TableViewSortListenerApache Pivot
TabPaneAttributeListener .AdapterTab pane attribute listener adapter.Classorg.apache.pivot.wtk.TabPaneAttributeListenerApache Pivot
TabPaneListener .AdapterTab pane listener adapter.Classorg.apache.pivot.wtk.TabPaneListenerApache Pivot
TabPaneSelectionListener .AdapterTab pane selection listener adapter.Classorg.apache.pivot.wtk.TabPaneSelectionListenerApache Pivot
TaskAdapterClass that forwards task events to the UI thread.Classorg.apache.pivot.wtkApache Pivot
TextArea .ParagraphListener .AdapterParagraph listener interface adapter.Classorg.apache.pivot.wtk.TextArea.ParagraphListenerApache Pivot
TextAreaBindingListener .AdapterText area binding listener adapter.Classorg.apache.pivot.wtk.TextAreaBindingListenerApache Pivot
TextAreaContentListener .AdapterText input text listener adapter.Classorg.apache.pivot.wtk.TextAreaContentListenerApache Pivot
TextAreaListener .AdapterText area listener adapter.Classorg.apache.pivot.wtk.TextAreaListenerApache Pivot
TextInputBindingListener .AdapterText input binding listener adapter.Classorg.apache.pivot.wtk.TextInputBindingListenerApache Pivot
TextInputContentListener .AdapterText input text listener adapter.Classorg.apache.pivot.wtk.TextInputContentListenerApache Pivot
TextInputListener .AdapterText input listener adapter.Classorg.apache.pivot.wtk.TextInputListenerApache Pivot
TextPaneCharacterListener .AdapterText pane character listener adapter.Classorg.apache.pivot.wtk.TextPaneCharacterListenerApache Pivot
TextPaneListener .AdapterText pane listener adapter.Classorg.apache.pivot.wtk.TextPaneListenerApache Pivot
TreeViewBranchListener .AdapterTree view branch listener adapter.Classorg.apache.pivot.wtk.TreeViewBranchListenerApache Pivot
TreeViewListener .AdapterTree view listener adapter.Classorg.apache.pivot.wtk.TreeViewListenerApache Pivot
TreeViewNodeListener .AdapterTree view node listener adapter.Classorg.apache.pivot.wtk.TreeViewNodeListenerApache Pivot
TreeViewSelectionListener .AdapterTree view selection listener adapter.Classorg.apache.pivot.wtk.TreeViewSelectionListenerApache Pivot
ViewportListener .AdapterViewport listener adapter.Classorg.apache.pivot.wtk.ViewportListenerApache Pivot
WindowListener .AdapterWindow listener adapter.Classorg.apache.pivot.wtk.WindowListenerApache Pivot
WindowStateListener .AdapterWindow state listener adapter.Classorg.apache.pivot.wtk.WindowStateListenerApache Pivot
XMLSerializerListener .AdapterXML serializer listener adapter.Classorg.apache.pivot.xml.XMLSerializerListenerApache Pivot
DaggerAdapterA utility to adapt classes annotated with @dagger.Classcom.google.inject.daggeradapterGoogle Guice
BluetoothConnectionAccessAdapterHelper class to create connection Proxy classes.Classcom.intel.bluetoothBlueCove
JettyServerAdapterA jetty specific implementation of the ServerAdapter interface.Classch.qos.logback.access.jettyLogback Api
LogbackMDCAdapterA Mapped Diagnostic Context, or MDC in short, is an instrument for distinguishing interleaved log output from different sources.Classch.qos.logback.classic.utilLogback Api
ServerAdapterAn interface to access server-specific methods from the server-independent AccessEvent.Interfacech.qos.logback.access.spiLogback Api
TomcatServerAdapterA tomcat specific implementation of the ServerAdapter interface.Classch.qos.logback.access.tomcatLogback Api
TestListenerAdapterA simple ITestListener adapter that stores all the tests that were run.Classorg.testngTestNG
ArtefactHandlerAdapterClassorg.codehaus.groovy.grails.commonsGrails
BeanPostProcessorAdapterAdapter implementation of BeanPostProcessor.Classorg.codehaus.groovy.grails.plugins.supportGrails
OrderedAdapterConvenience adapter implementation of the Spring Ordered interface.Classorg.codehaus.groovy.grails.plugins.supportGrails
SVNAdminEventAdapter S V N A d m i n E v e n t A d a p t e r i s a n a d a p t e r c l a s s f o r I S V N A d m i n E v e n t H a n d l e r . Classorg.tmatesoft.svn.core.wc.adminSVNKit (Subversion)
SVNDebugLogAdapterClassorg.tmatesoft.svn.utilSVNKit (Subversion)
SVNEventAdapter S V N E v e n t A d a p t e r i s a n a d a p t e r c l a s s f o r I S V N E v e n t H a n d l e r . Classorg.tmatesoft.svn.core.wcSVNKit (Subversion)
ImageFilterAdapterAn object that filters frames.ClassJSci.instrumentsJSCI
BeforeAdviceMethodInvocationAdapter H e l p e r c l a s s t h a t a d a p t s a n A s p e c t J J o i n P o i n t . Classorg.apache.shiro.aspectjApache Shiro
AnswerReturnValuesAdapterClassorg.mockito.internal.stubbing.answersGlassFish
AnswerReturnValuesAdapterClassorg.mockito.internal.stubbing.answersMockito
SessionListenerAdapter S i m p l e a d a p t e r i m p l e m e n t a t i o n o f t h e S e s s i o n L i s t e n e r i n t e r f a c e , e f f e c t i v e l y p r o v i d i n g n o - o p i m p l e m e n t a t i o n s o f a l l m e t h o d s . Classorg.apache.shiro.sessionApache Shiro
SiteStreamsAdapterClasstwitter4jTwitter4J
StatusAdapterClasstwitter4jTwitter4J
TwitterAdapterClasstwitter4jTwitter4J
UserStreamAdapterClasstwitter4jTwitter4J
AtomCollectionAdapterInterfacecom.liferay.portal.kernel.atomLiferay Portal
AtomCollectionAdapterRegistryInterfacecom.liferay.portal.kernel.atomLiferay Portal
AtomCollectionAdapterRegistryUtilClasscom.liferay.portal.kernel.atomLiferay Portal
BaseAtomCollectionAdapter F i e l d s i n h e r i t e d f r o m i n t e r f a c e c o m . Classcom.liferay.portal.kernel.atomLiferay Portal
BaseMediaAtomCollectionAdapter F i e l d s i n h e r i t e d f r o m i n t e r f a c e c o m . Classcom.liferay.portal.kernel.atomLiferay Portal
BaseStorageAdapterClasscom.liferay.portlet.dynamicdatamapping.storageLiferay Portal
JournalStructureAdapterClasscom.liferay.portlet.journal.modelLiferay Portal
JournalTemplateAdapterClasscom.liferay.portlet.journal.modelLiferay Portal
LiferayLoggerAdapterClasscom.liferay.util.sl4fjLiferay Portal
ServletInputStreamAdapterClasscom.liferay.portal.kernel.servletLiferay Portal
ServletOutputStreamAdapterClasscom.liferay.portal.kernel.servletLiferay Portal
StorageAdapterInterfacecom.liferay.portlet.dynamicdatamapping.storageLiferay Portal
ThreadPoolHandlerAdapterClasscom.liferay.portal.kernel.concurrentLiferay Portal
PositionControlAdapterA mechanical device that can control the position of something.ClassJSci.instrumentsJSCI
ROIAdapterA Region Of Interest class adapterConstructor SummaryROIAdapter()ClassJSci.instrumentsJSCI
CommandGroupAdapterAdapter class for CommandGroup.Classorg.knopflerfish.service.consoleOSGI
CommandGroupAdapter .DynamicCmdClassorg.knopflerfish.service.console.CommandGroupAdapterOSGI
ConstructorCodeAdapterConstructor Adapter.Classorg.apache.felix.ipojo.manipulationApache Felix
InnerClassAdapterAdapts a inner class in order to allow accessing outer class fields.Classorg.apache.felix.ipojo.manipulationApache Felix
ManipulationAdapterEmpty ManipulationVisitor visitor.Classorg.apache.felix.ipojo.manipulator.visitorApache Felix
ManipulationResultAdapterEmpty ManipulationResultVisitor visitor.Classorg.apache.felix.ipojo.manipulator.visitorApache Felix
MethodCodeAdapterInsert code calling callbacks at the entry and before the exit of a method.Classorg.apache.felix.ipojo.manipulationApache Felix
AdapterServiceAnnotates an Adapater service.Classorg.apache.felix.dm.annotation.apiApache Felix
AbstractFileAdapterClasscom.maverick.sshd.sftpMaverick
AccessManagerAdapterAn adapter for AccessManagerAuthor:Lee David PainterClasscom.maverick.sshdMaverick
ChannelEventAdapterAn adapter for the ChannelEventListener interface.Classcom.maverick.sshdMaverick
JMetalAlgorithmAdapterAdapter for JMetal algorithms.Classorg.moeaframework.algorithmMOEA
JMetalProblemAdapterAdapter for JMetal problems.Classorg.moeaframework.algorithmMOEA
PressListenerAdapterClassdip.netJDIP
GangliaAdapterClassorg.apache.oodt.cas.resource.monitor.gangliaApache OODT
JungJGraphModelAdapterThis class integrates OODT, Jung and JGraph.Classorg.apache.oodt.cas.workflow.gui.perspective.view.implApache OODT
Adapter1Classorg.apache.cxf.ws.rm.v200502Apache CXF
Adapter1Classorg.apache.cxf.ws.rm.v200502wsa15Apache CXF
Adapter1Classorg.apache.cxf.ws.rm.v200702Apache CXF
Adapter1Classorg.apache.cxf.ws.rmp.v200502Apache CXF
Adapter2Classorg.apache.cxf.ws.rm.v200502Apache CXF
Adapter2Classorg.apache.cxf.ws.rm.v200502wsa15Apache CXF
Adapter2Classorg.apache.cxf.ws.rm.v200702Apache CXF
Adapter2Classorg.apache.cxf.ws.rmp.v200502Apache CXF
Adapter3Classorg.apache.cxf.ws.rm.v200502Apache CXF
Adapter3Classorg.apache.cxf.ws.rm.v200502wsa15Apache CXF
Adapter3Classorg.apache.cxf.ws.rm.v200702Apache CXF
Adapter3Classorg.apache.cxf.ws.rmp.v200502Apache CXF
Adapter4Classorg.apache.cxf.ws.rm.v200502Apache CXF
Adapter4Classorg.apache.cxf.ws.rm.v200502wsa15Apache CXF
Adapter4Classorg.apache.cxf.ws.rm.v200702Apache CXF
Adapter5Classorg.apache.cxf.ws.rm.v200502Apache CXF
Adapter5Classorg.apache.cxf.ws.rm.v200502wsa15Apache CXF
Adapter5Classorg.apache.cxf.ws.rm.v200702Apache CXF
Adapter6Classorg.apache.cxf.ws.rm.v200702Apache CXF
CXFWorkAdapterClassorg.apache.cxf.jca.cxfApache CXF
JaxWsWebServicePublisherBeanPostProcessor .ServletAdapterClassorg.apache.cxf.jaxws.springApache CXF
ResourceAdapterImplClassorg.apache.cxf.jca.cxfApache CXF
ResourceAdapterInternalExceptionClassorg.apache.cxf.jca.core.resourceadapterApache CXF
UserCredentialsConnectionFactoryAdapterClassorg.apache.cxf.transport.jms.utilApache CXF
XmlJavaTypeAdapterAnnotatorClassorg.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotatorApache CXF
AccessControlPolicyIteratorAdapterAdapter class for turning RangeIterators or Iterators into AccessControlPolicyIteratorAdapters.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
ClientAdapterFactoryDefault implementation of the LocalAdapterFactoryClassorg.apache.jackrabbit.rmi.clientApache JackRabbit
EventIteratorAdapterAdapter class for turning RangeIterators or Iterators into EventIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
EventListenerIteratorAdapterAdapter class for turning RangeIterators or Iterators into EventListenerIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
FrozenNodeIteratorAdapter frozen nodes of the underlying versions.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
JackrabbitClientAdapterFactoryClassorg.apache.jackrabbit.rmi.jackrabbitApache JackRabbit
JCAResourceAdapterJCR ResourceAdapter.Classorg.apache.jackrabbit.jcaApache JackRabbit
LocalAdapterFactoryFactory interface for creating local adapters for remote references.Interfaceorg.apache.jackrabbit.rmi.clientApache JackRabbit
MultiColumnQueryAdapterClassorg.apache.jackrabbit.core.query.luceneApache JackRabbit
NodeIteratorAdapterAdapter class for turning RangeIterators or Iterators into NodeIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
NodeTypeIteratorAdapterAdapter class for turning RangeIterators or Iterators into NodeTypeIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
PrincipalIteratorAdapterPrincipalIteratorAdapter.Classorg.apache.jackrabbit.core.security.principalApache JackRabbit
PropertyIteratorAdapterAdapter class for turning RangeIterators or Iterators into PropertyIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
QueryHitsAdapterQueryHitsAdapter implements an adapter for QueryHits and exposes them as MultiColumnQueryHits.Classorg.apache.jackrabbit.core.query.luceneApache JackRabbit
RangeIteratorAdapterAdapter for turning normal Iterators into RangeIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
RemoteAdapterFactoryFactory interface for creating remote adapters for local resources.Interfaceorg.apache.jackrabbit.rmi.serverApache JackRabbit
RowIteratorAdapterClassorg.apache.jackrabbit.commons.iteratorApache JackRabbit
ServerAdapterFactoryDefault implementation of the RemoteAdapterFactory interface.Classorg.apache.jackrabbit.rmi.serverApache JackRabbit
VersionIteratorAdapterAdapter class for turning RangeIterators or Iterators into VersionIterators.Classorg.apache.jackrabbit.commons.iteratorApache JackRabbit
LeaderSelectorListenerAdapterAn implementation of LeaderSelectorListener that adds the recommended handling for connection state problemsClassorg.apache.curator.framework.recipes.leaderApache Curator
IoFilterAdapterAn adapter class for IoFilter.Classorg.apache.mina.core.filterchainApache Mina
IoHandlerAdapterAn adapter class for IoHandler.Classorg.apache.mina.core.serviceApache Mina
MessageDecoderAdapterAn abstract MessageDecoder implementation for those who don't need to implement MessageDecoder.Classorg.apache.mina.filter.codec.demuxApache Mina
ProtocolDecoderAdapterAn abstract ProtocolDecoder implementation for those who don't need ProtocolDecoder.Classorg.apache.mina.filter.codecApache Mina
ProtocolEncoderAdapterAn abstract ProtocolEncoder implementation for those who don't have any resources to dispose.Classorg.apache.mina.filter.codecApache Mina
SingleSessionIoHandlerAdapterAdapter class for implementors of the SingleSessionIoHandler interface.Classorg.apache.mina.handler.multitonApache Mina
AutoAdapterA DbAdapter that automatically detects the kind of database it is running on and instantiates an appropriate DB-specific adapter, delegating all subsequent method callsClassorg.apache.cayenne.dbaApache Cayenne
DB2AdapterDbAdapter implementation for the DB2 RDBMS .Classorg.apache.cayenne.dba.db2Apache Cayenne
DbAdapterDefines API needed to handle differences between various databases accessed via JDBC.Interfaceorg.apache.cayenne.dbaApache Cayenne
DbAdapterFactoryDefines a conditional factory for a specific DbAdapter.Interfaceorg.apache.cayenne.dbaApache Cayenne
DerbyAdapterDbAdapter implementation for the Derby RDBMS .Classorg.apache.cayenne.dba.derbyApache Cayenne
FrontBaseAdapterDbAdapter implementation for FrontBase RDBMS.Classorg.apache.cayenne.dba.frontbaseApache Cayenne
H2AdapterFields inherited from class org.Classorg.apache.cayenne.dba.h2Apache Cayenne
HSQLDBAdapterDbAdapter implementation for the HSQLDB RDBMS .Classorg.apache.cayenne.dba.hsqldbApache Cayenne
HSQLDBNoSchemaAdapterA flavor of HSQLDBAdapter that implements workarounds for some old driver limitations.Classorg.apache.cayenne.dba.hsqldbApache Cayenne
IngresAdapterDbAdapter implementation for Ingres.Classorg.apache.cayenne.dba.ingresApache Cayenne
JdbcAdapterA generic DbAdapter implementation.Classorg.apache.cayenne.dbaApache Cayenne
MySQLAdapterDbAdapter implementation for MySQL RDBMS.Classorg.apache.cayenne.dba.mysqlApache Cayenne
OpenBaseAdapterDbAdapter implementation for OpenBase.Classorg.apache.cayenne.dba.openbaseApache Cayenne
Oracle8AdapterA flavor of OracleAdapter that implements workarounds for some old driver limitations.Classorg.apache.cayenne.dba.oracleApache Cayenne
OracleAdapterDbAdapter implementation for Oracle RDBMS .Classorg.apache.cayenne.dba.oracleApache Cayenne
PostgresAdapterDbAdapter implementation for PostgreSQL RDBMS .Classorg.apache.cayenne.dba.postgresApache Cayenne
SQLiteAdapterA SQLite database adapter that works with Zentus JDBC driver.Classorg.apache.cayenne.dba.sqliteApache Cayenne
SQLServerAdapterCayenne DbAdapter implementation for engine.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SybaseAdapterDbAdapter implementation for Sybase RDBMS.Classorg.apache.cayenne.dba.sybaseApache Cayenne
InterceptorBindingsAdapterClassorg.jboss.weld.bean.interceptorJBoss Weld
AbstractCacheAdapterAbstract implementation of the Cache interface which makes it easier to implement Adapters.Classorg.axonframework.cacheAxon
AnnotationCommandHandlerAdapterAdapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.Classorg.axonframework.commandhandling.annotationAxon
AnnotationEventListenerAdapterAdapter that turns any bean with EventHandler annotated methods into an EventListener.Classorg.axonframework.eventhandling.annotationAxon
Cache .EntryListenerAdapterAdapter implementation for the EntryListener, allowing for overriding only specific callback methods.Classorg.axonframework.cache.CacheAxon
EhCacheAdapterCache implementation that delegates all calls to an EhCache instance.Classorg.axonframework.cacheAxon
EventListeningMessageChannelAdapterAdapter class that sends Events from an event bus to a Spring Integration Message Channel.Classorg.axonframework.integration.adapterAxon
EventListeningMessageChannelAdapterAdapter class that sends Events from an event bus to a Spring Messaging Message Channel.Classorg.axonframework.springmessaging.adapterAxon
EventPublishingMessageChannelAdapterAdapter class that publishes Events from a Spring Integration Message Channel on the Event Bus.Classorg.axonframework.integration.adapterAxon
EventPublishingMessageChannelAdapterAdapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.Classorg.axonframework.springmessaging.adapterAxon
JCacheAdapterCache adapter implementation that allows providers implementing the JCache abstraction to be used.Classorg.axonframework.cacheAxon
MessageHandlerAdapterAdapter that allows an EventListener to be registered as a Spring Integration MessageHandler.Classorg.axonframework.integration.eventbusAxon
MessageHandlerAdapterAdapter that allows an EventListener to be registered as a Spring Messaging MessageHandler.Classorg.axonframework.springmessaging.eventbusAxon
MetaDataMutatingUnitOfWorkListenerAdapterSpecialist UnitOfWorkListenerAdapter that allows modification of Meta Data of Events during the "beforeCommit" phase of a Unit of Work.Classorg.axonframework.unitofworkAxon
UnitOfWorkListenerAdapterAbstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.Classorg.axonframework.unitofworkAxon
InputAdapterAn implement implementation of the InputListener interfaceConstructor SummaryInputAdapter()Classorg.newdawn.slick.utilSlick
OSynchEventAdapterManage the synchronization among Runnable requester.Classcom.orientechnologies.common.synchOrientdb
TokenizerAdapterThis class adapts between a java.Classedu.stanford.nlp.processJavaNlp
KKDB2NetAdapterThis is used to connect to a DB2 database.Classcom.konakart.dbKonaKart
InfiniteScrollAdapterAllows adapting a scroll container to scroll indefinitely (or at least until running out of data), this effectively works by showing an infinite progressClasscom.codename1.componentsCodeName One
URLImage .ImageAdapterAllows applying resize logic to downloaded images you can use constant resize behaviors defined in this class.Interfacecom.codename1.ui.URLImageCodeName One
EasyMock2AdapterAn adapter allowing a Hamcrest Matcher to act as an EasyMock IArgumentMatcher.Classorg.hamcrest.integrationHamCrest
JMock1AdapterAn adapter allowing a Hamcrest Matcher to act as an jMock1 Constraint.Classorg.hamcrest.integrationHamCrest
ArcSDEAdapterUtility class to deal with SDE specifics such as creating SeQuery objects from geotool's Query's, mapping SDE types to Java ones and JTS Geometries, etc.Classorg.geotools.arcsde.dataGeoTools
AuthorityFactoryAdapterAn authority factory which delegates CRS, CS or datum objects creation toClassorg.geotools.referencing.factoryGeoTools
BaseGridCoverageProgressAdapterBase class for GridCoverageProgressAdapter implementations to reporto progress about I/O operations with GridCoverages.Classorg.geotools.image.ioGeoTools
CRS2GeoTiffMetadataAdapterThis class implements a simple reusable adapter to adapt a CoordinateReferenceSystem into useful Geotiff metadata by mean ofClassorg.geotools.coverage.grid.io.imageio.geotiffGeoTools
GeoTiffMetadata2CRSAdapterThe GeoTiffMetadata2CRSAdapter is responsible for interpreting the metadata provided by the GeoTiffIIOMetadataDecoder for theClassorg.geotools.coverage.grid.io.imageio.geotiffGeoTools
GetFeatureQueryAdapterClassorg.geotools.data.wfs.v1_1_0GeoTools
GridCoverageReaderProgressAdapterThis class provide a means to wrap a GeoTools ProgressListener and have it control an ImageReader while it is actuallyClassorg.geotools.image.ioGeoTools
GridCoverageWriterProgressAdapterThis class provide a means to wrap a GeoTools ProgressListener and have it control an ImageWriter while it is actuallyClassorg.geotools.image.ioGeoTools
LoggerAdapterAn adapter that redirect all Java logging events to an other logging framework.Classorg.geotools.util.loggingGeoTools
MapAdapterAn abstract adapter class to receive events about map bounds and layer changes.Classorg.geotools.map.eventGeoTools
MapMouseAdapterAn adapter class that implements all of the mouse event handling methods defined in the MapMouseListener interface as empty methods, allowing sub-classesClassorg.geotools.swing.eventGeoTools
MapMouseAdapterAn adapter class that implements all of the mouse event handling methods defined in the MapMouseListener interface as empty methods, allowing sub-classesClassorg.geotools.swt.eventGeoTools
MapPaneAdapterAn adapter class that implements all of the methods defined by MapPaneListener as empty methods, allowing sub-classesClassorg.geotools.swing.eventGeoTools
MapPaneAdapterAn adapter class that implements all of the method defined in the MapPaneListener interface as empty methods, allowing sub-classesClassorg.geotools.swt.eventGeoTools
MathTransformationAdapterAdapter class for MathTransform1D.Classorg.geotools.referencing.piecewiseGeoTools
StyleVisitorAdapterSimple empty implementation for the StyleVisitor interface.Classorg.geotools.renderer.lite.gridcoverage2dGeoTools
StyleVisitorCoverageProcessingNodeAdapterThis class implements an adapter to allow a CoverageProcessingNode to feed itself by visiting an SLD Style .Classorg.geotools.renderer.lite.gridcoverage2dGeoTools
SubchainStyleVisitorCoverageProcessingAdapterHelper class that implements a subchain.Classorg.geotools.renderer.lite.gridcoverage2dGeoTools
TokenAdapterAdapts Token to IToken.Classorg.geotools.filter.text.commonsGeoTools
VariableAdapterClassorg.geotools.imageio.netcdfGeoTools
GroupEventAdapterAn abstract adapter class for receiving group events.Classorg.jivesoftware.openfire.eventOpenFire
UserEventAdapterAn abstract adapter class for receiving user events.Classorg.jivesoftware.openfire.eventOpenFire
CacheEventListenerAdapterAn adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface.Classnet.sf.ehcache.eventEHCache
EhcacheDecoratorAdapterAdapter class for Ehcache interface decorators.Classnet.sf.ehcache.constructsEHCache
LegacyCopyStrategyAdapterReadWriteCopyStrategy adaptor for a legacy CopyStrategy instanceAuthor:Ludovic OrbanSee Also:Serialized FormClassnet.sf.ehcache.store.compoundEHCache
AdapterThis class just hands off to the ImageJ Updater The Fiji Updater moved to a new home: ImageJ2.Classfiji.updaterFiji
IJAdapterClassij3dFiji
Image5DAdapterClassadapterFiji
ImageAdapterClassadapterFiji
ImagePlusAdapterClassmpicbg.imglib.imageFiji
JGraphXAdapterClassfiji.plugin.trackmate.visualization.trackschemeFiji
NoopAdapterClassij3dFiji
OpenImage5DAdapterThis class contains static methods, which handle the "open"-specific features of OpenImage5DWindow and OpenStackWindow: ClassFiji
OpenStackAdapterThis class contains static methods, which handle the "open"-specific features of - converting a StackWindow to the appropriate classClassFiji
UIAdapterInterfaceij3dFiji
XCErrorAdapterClassedu.utexas.clm.archipelago.utilFiji
AWTAdapterConvenient adapter forwarding AWT events to NEWT via the event listener model.Classcom.jogamp.newt.event.awtJogAmp
AWTKeyAdapter printable: PRESSED (t0), TYPED (t0), RELEASED (t1) non-printable: PRESSED (t0), RELEASED (t1)Classcom.jogamp.newt.event.awtJogAmp
AWTMouseAdapterClasscom.jogamp.newt.event.awtJogAmp
AWTWindowAdapterClasscom.jogamp.newt.event.awtJogAmp
GLUtessellatorCallbackAdapterThe GLUtessellatorCallbackAdapter provides a default implementation of GLUtessellatorCallbackClasscom.jogamp.opengl.gluJogAmp
KeyAdapterClasscom.jogamp.newt.eventJogAmp
MouseAdapterClasscom.jogamp.newt.eventJogAmp
TraceKeyAdapterClasscom.jogamp.newt.eventJogAmp
TraceMouseAdapterClasscom.jogamp.newt.eventJogAmp
TraceWindowAdapterClasscom.jogamp.newt.eventJogAmp
WindowAdapterClasscom.jogamp.newt.eventJogAmp
MessageViewAdapterClasscom.urbanairship.messagecenterAirship Android
AdapterCellAbstract implementation of an adapter cell.Classorg.knime.core.dataKNIME
AdapterCell .AdapterCellSerializer(De)serializer for adapter cells.Classorg.knime.core.dataKNIME
AdapterValueInterface defining access on AdapterCell.Interfaceorg.knime.core.dataKNIME
ProgressMonitorAdapterAdapter that converts an IProgressMonitor into a NodeProgressMonitor.Classorg.knime.core.utilKNIME
RWAdapterValueExtension for an adapter value that allows adding new cells to the adapter.Interfaceorg.knime.core.dataKNIME
CmsPublishEventAdapterDefault implementation for the I_CmsPublishEventListener.Classorg.opencms.publishOpenCMS
CmsXRLogAdapterAdaspter for sending xhtmlrenderer (flyingsaucer) log messages to the OpenCms log.Classorg.opencms.pdftoolsOpenCMS
ClientDeviceAdapter This adapter provides an empty default implementation of ClientDeviceListener.Classcom.eclipsesource.tabris.deviceTabris
GeolocationAdapter This adapter provides an empty default implementation of GeolocationListener.Classcom.eclipsesource.tabris.geolocationTabris
SwipeAdapter An empty implementation for SwipeListener to be able to just override separate methods.Classcom.eclipsesource.tabris.widgets.swipeTabris
VideoLifeCycleAdapterClasscom.eclipsesource.tabris.internalTabris
VideoLifeCycleAdapter .PlaybackOptionsClasscom.eclipsesource.tabris.internalTabris
XCallbackAdapter The XCallbackAdapter is an empty implementation of the XCallbackListener that can be usedSince:1.Classcom.eclipsesource.tabris.xcallbackurlTabris
ApplicationAdapterConvenience class with default implementation for application methodsConstructor SummaryApplicationAdapter()ClassquickfixQuickFix
CompositeDataBeanAdapterConstructor SummaryCompositeDataBeanAdapter(java.Classorg.quickfixj.jmx.openmbeanQuickFix
TabularDataAdapterClassorg.quickfixj.jmx.openmbeanQuickFix
MyCode$PopupAdapterClassapi.exampleIvy
ComponentDelegateAdapterThis is an adapter class which provides default implementations of many of the methods required for the ComponentDelegate interface.Classwt.clients.beans.selectorsWindChill
KeyedEventListenerAdapterA do-nothing implementation of KeyedEventListener.Classwt.eventsWindChill
ProfilingKeyAdapterAn instance(adapter) of this class should be created by any service that wants to have any of its operations to be profiled.Classwt.tools.profilerWindChill
ServiceEventListenerAdapterAn implementation of KeyedEventListener used by services to handle service events.Classwt.servicesWindChill
VisitorAdapterThis class provides a default "no-op" implementation of a Visitor.Classwt.visitorWindChill
WTAdapterThe Windchill Info*Engine adapter listener.Classwt.methodWindChill
WTAdapterMainThe Windchill Info*Engine adapter main.Classwt.methodWindChill
WTAdapterThreadThe Windchill Info*Engine adapter thread.Classwt.methodWindChill
BidirectionalShortFormProviderAdapterClassorg.semanticweb.owlapi.utilOwlApi
OBOParserHandlerAdapterClassorg.coode.owlapi.obo.parserOwlApi
OWLAxiomVisitorAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLClassExpressionVisitorAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLClassExpressionVisitorExAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLEntityVisitorAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLEntityVisitorExAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLObjectVisitorAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLObjectVisitorExAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLOntologyChangeVisitorAdapterClassorg.semanticweb.owlapi.utilOwlApi
OWLOntologyChangeVisitorAdapterExClassorg.semanticweb.owlapi.utilOwlApi
OWLRDFConsumerAdapterClassuk.ac.manchester.cs.owl.owlapi.turtle.parserOwlApi
BitmapPoolAdapterAn BitmapPool implementation that rejects all Bitmaps added to it and always returns null from get.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide
DiskCacheAdapterA simple class that returns null for all gets and ignores all writes.Classcom.bumptech.glide.load.engine.cacheGlide
GlideAnimation .ViewAdapterAn interface wrapping a view that exposes the necessary methods to run the various types of android animations ViewPropertyAnimation and animatedInterfacecom.bumptech.glide.request.animationGlide
MemoryCacheAdapterA simple class that ignores all puts and returns null for all gets.Classcom.bumptech.glide.load.engine.cacheGlide
DataIteratorAdapterClassucar.nc2.dtNetCDF
ProjectionAdapterAdapts a Projection interface into a subclass of ProjectionImpl, so we can assume a Projection is a ProjectionImplClassucar.unidata.geoloc.projectionNetCDF
VariableSimpleAdapterAdapt a StructureMembers.Classucar.nc2NetCDF
CoreFutureAdapterClasscom.basho.riak.client.api.commandsRiak
JavassistAdapterClassorg.reflections.adaptersReflections
MetadataAdapterInterfaceorg.reflections.adaptersReflections
ArabicStemmerAdapterAdapter to lucene-contrib Arabic analyzers.Classorg.carrot2.text.linguistic.luceneCarrot
ChineseTokenizerAdapterClassorg.carrot2.text.linguistic.luceneCarrot
ControllerContextListenerAdapterAn empty adapter implementation of IControllerContextListener.Classorg.carrot2.coreCarrot
HindiStemmerAdapterClassorg.carrot2.text.linguistic.luceneCarrot
MorfologikStemmerAdapterAdapter to Morfologik stemmer.Classorg.carrot2.text.linguistic.morfologikCarrot
SuffixTree .VisitorAdapterEmpty implementation recursively walking the entire suffix tree.Classorg.carrot2.text.suffixtreeCarrot
ThaiTokenizerAdapterThai tokenizer implemented using Lucene's ThaiTokenizer.Classorg.carrot2.text.linguistic.luceneCarrot
AppendingSAXAdapterClassorg.exist.memtreeExistDB
EnterKeyAdapterThe class EnterKeyAdapter listens for VK_ENTER key events for buttons, JPasswordFields, JTextFields and JComboBoxes,Classorg.exist.clientExistDB
SAXAdapterAdapter class to build an internal, in-memory DOM from a SAX stream.Classorg.exist.memtreeExistDB
DialogAdapterClasscom.meterware.httpunitHttpUnit
DocumentAdapterInterfacecom.meterware.httpunit.parsingHttpUnit
BeanPersistAdapterA no operation implementation of BeanPersistController.Classcom.avaje.ebean.eventEBean
BeanQueryAdapterObjects extending this modify queries prior their execution.Interfacecom.avaje.ebean.eventEBean
TransactionCallbackAdapterAdapter that can be extended for easier implementation of TransactionCallback.Classcom.avaje.ebeanEBean
TransactionEventListenerAdapterA no operation implementation of TransactionEventListener.Classcom.avaje.ebean.eventEBean
AdapterFieldWraps a Widget so that it can be used like a Field.Classcom.sencha.gxt.widget.core.client.formGXT
AdapterMenuItemAllows any widget to be placed in a menu.Classcom.sencha.gxt.widget.core.client.menuGXT
ContainerHandlerAdapterAbstract adapter class for ContainerHandler.Classcom.sencha.gxt.widget.core.client.eventGXT
ConverterEditorAdapterAdapter to allow an Editor to have a subeditor that acts on a Converter-modified instance of the data.Classcom.sencha.gxt.widget.core.client.formGXT
IterableAdapterProvides an adapter to wrap an Iterator with an Iterable, allowing it to be run through a foreach loop.Classhtsjdk.samtools.utilHtsJDK
SamReader .PrimitiveSamReaderToSamReaderAdapterDecorator for a SamReader.Classhtsjdk.samtoolsHtsJDK
LintItemAdapterAdapts various objects to LintItemSince:1.Classro.isdc.wro.extensions.support.lintWro4J
RESTAdapterThe RESTAdapter class enables access to application life-cycle objects of JVx.Classcom.sibvisions.rad.server.http.restJVX
AttachmentMarshallerAdapter Purpose:Provide an implementation of the TopLink OX XMLAttachmentMarshaller interface that wraps an implementation of the JAXB AttachmentMarshaller interface.Classorg.eclipse.persistence.jaxb.attachmentEclipseLink
AttachmentUnmarshallerAdapter Purpose:Provide an implementation of the TopLink OX XMLAttachmentUnmarshaller interface that wraps an implementation of the JAXB AttachmentUnmarshaller interface.Classorg.eclipse.persistence.jaxb.attachmentEclipseLink
AttributeTransformerAdapterPurpose: Provides an empty implementation of AttributeTransformer.Classorg.eclipse.persistence.mappings.transformersEclipseLink
CollapsedStringAdapterBuilt-in XmlAdapter to handle xs:token and its derived types.Classjavax.xml.bind.annotation.adaptersEclipseLink
DescriptorEventAdapterPurpose: Provides an empty implementation of DescriptorEventListener.Classorg.eclipse.persistence.descriptorsEclipseLink
FieldTransformerAdapterPurpose: Provides an empty implementation of FieldTransformer.Classorg.eclipse.persistence.mappings.transformersEclipseLink
HexBinaryAdapterXmlAdapter for xs:hexBinary.Classjavax.xml.bind.annotation.adaptersEclipseLink
LinkAdapterUsed with JAXB to convert from a URL representing an relationship to an object It provides functionality at marshall and unmarshall timeClassorg.eclipse.persistence.jpa.rs.util.xmladaptersEclipseLink
MetadataSourceAdapterYou may subclass this class rather than implement the MetadataSource interface allowing insulation from future additions to the interface.Classorg.eclipse.persistence.jaxb.metadataEclipseLink
MetadataSourceAdapterPurpose: To provide a trivial implementation of MetadataSource.Classorg.eclipse.persistence.jpa.metadataEclipseLink
NormalizedStringAdapterXmlAdapter to handle xs:normalizedString.Classjavax.xml.bind.annotation.adaptersEclipseLink
PreLoginMappingAdapterThis adapter alters the way the JAXBContext handles relationships for an existing persistence unit.Classorg.eclipse.persistence.jpa.rs.utilEclipseLink
PreLoginMappingAdapterV2This listener is used for crating XML mappings for weaved fields.Classorg.eclipse.persistence.jpa.rs.utilEclipseLink
ReferenceAdapterClassorg.eclipse.persistence.jpa.rs.util.xmladaptersEclipseLink
ReferenceAdapterV2Reference adapter used in JPARS V2.Classorg.eclipse.persistence.jpa.rs.util.xmladaptersEclipseLink
RelationshipLinkAdapterClassorg.eclipse.persistence.jpa.rs.util.xmladaptersEclipseLink
RestCollectionAdapterCollections adapter used in JPARS V2.Classorg.eclipse.persistence.jpa.rs.util.xmladaptersEclipseLink
SessionEventAdapterPurpose: To provide a trivial implemetation of SessionEventListener.Classorg.eclipse.persistence.sessionsEclipseLink
SessionProfilerAdapterAdapter class for SessionProfiler interface.Classorg.eclipse.persistence.sessionsEclipseLink
XmlAdapterAdapts a Java type for custom marshaling.Classjavax.xml.bind.annotation.adaptersEclipseLink
XMLConverterAdapterClassorg.eclipse.persistence.oxm.mappings.convertersEclipseLink
XmlJavaTypeAdapterUse an adapter that implements XmlAdapter for custom marshaling.Classjavax.xml.bind.annotation.adaptersEclipseLink
XmlJavaTypeAdapterJava class for anonymous complex type.Classorg.eclipse.persistence.jaxb.xmlmodelEclipseLink
XmlJavaTypeAdapter .DEFAULTUsed in XmlJavaTypeAdapter.Classjavax.xml.bind.annotation.adaptersEclipseLink
XmlJavaTypeAdapters A container for multiple @XmlJavaTypeAdapter annotations.Classjavax.xml.bind.annotation.adaptersEclipseLink
XmlJavaTypeAdaptersJava class for anonymous complex type.Classorg.eclipse.persistence.jaxb.xmlmodelEclipseLink
IWDProtocolAdapterThis interface defines the application developer access to the protocol abstraction of the current request-response-cycleInterfacecom.sap.tc.webdynpro.services.sal.adapter.apiSAP NetWeaver
IWDWebContextAdapterInterfacecom.sap.tc.webdynpro.services.sal.adapter.apiSAP NetWeaver
IWDWebContextAdapterFactoryThe interface defines the public API of the web context adapter factory.Interfacecom.sap.tc.webdynpro.services.sal.adapter.apiSAP NetWeaver
WDOVSContextNotificationAdapterAbstract "do nothing" implementation of the IWDOVSContextNotificationListener interface.Classcom.sap.tc.webdynpro.progmodel.apiSAP NetWeaver
WDOVSNotificationAdapterAbstract "do nothing" implementation of the IWDOVSNotificationListener interface.Classcom.sap.tc.webdynpro.progmodel.apiSAP NetWeaver
WDProtocolAdapterClasscom.sap.tc.webdynpro.services.sal.adapter.apiSAP NetWeaver
WDWebContextAdapterThis class allows the access to the origin request.Classcom.sap.tc.webdynpro.services.sal.adapter.apiSAP NetWeaver
AdapterVirus scan adapter object.Interfacecom.sap.security.core.server.vsi.apiSAP NetWeaver
AdapterCodeholds a number of constants to define the result of an operation within the rfadapter on a technical level.Classcom.sapportals.wcm.rfadapterSAP NetWeaver
FlickrAdapterClassorg.alfresco.repo.publishing.flickr.springsocial.connectAlFresco
HibernateSimpleCacheAdapterAdapts a SimpleCache instance for use as a Hibernate Cache.Classorg.alfresco.repo.cacheAlFresco
LinkedInAdapterClassorg.alfresco.repo.publishing.linkedin.springsocial.connectAlFresco
QueryHelper .WalkerCallbackAdapterClassorg.alfresco.rest.framework.resource.parameters.whereAlFresco
TransactionListenerAdapterClassorg.alfresco.repo.transactionAlFresco
GuiButtonTextClassSelectionAdapterConstructor SummaryGuiButtonTextClassSelectionAdapter(org.Classcom.microstrategy.sdk.tools.WebConfiguration.editorsMicroStrategy
GuiButtonTextFolderSelectionAdapterConstructor SummaryGuiButtonTextFolderSelectionAdapter(org.Classcom.microstrategy.sdk.tools.WebConfiguration.editorsMicroStrategy
GuiButtonTextSelectionAdapterConstructor SummaryGuiButtonTextSelectionAdapter(org.Classcom.microstrategy.sdk.tools.WebConfiguration.editorsMicroStrategy
PersistableAdapterThe Persistable interface should be implemented by any class whose instances are intended to be saved into a java.Classcom.microstrategy.utils.serializationMicroStrategy
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Classorg.xml.sax.helpersSax
XMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Classorg.xml.sax.helpersSax
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Classorg.xml.sax.helpersJaxP
XMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Classorg.xml.sax.helpersJaxP
AsyncCollectionChangeAdapterClassbrooklyn.management.internalBrooklyn
EntitlementManagerAdapterprovides an easy entry point to supplying entitlements, by providing the dispatch and defining the additional methods which have to be supplied.Classbrooklyn.management.entitlementBrooklyn
GroovyObservablesPropertyChangeToCollectionChangeAdapterClassbrooklyn.management.internalBrooklyn
PlanInterpreter .PlanInterpreterAdapterClassio.brooklyn.camp.spi.resolveBrooklyn
CacheInterceptorAdapterCache interceptor convenience adapter.Classorg.apache.ignite.cacheIgnite
CacheLoadOnlyStoreAdapterThis adapter designed to support stores with bulk loading from stream-like source.Classorg.apache.ignite.cache.storeIgnite
CacheStoreAdapterCache storage convenience adapter.Classorg.apache.ignite.cache.storeIgnite
ComputeJobAdapterConvenience adapter for ComputeJob implementations.Classorg.apache.ignite.computeIgnite
ComputeJobContinuationAdapterConvenience adapter for ComputeJob implementations.Classorg.apache.ignite.computeIgnite
ComputeTaskAdapterConvenience adapter for ComputeTask interface.Classorg.apache.ignite.computeIgnite
ComputeTaskSplitAdapterThis class defines simplified adapter for ComputeTask.Classorg.apache.ignite.computeIgnite
DeploymentResourceAdapterSimple adapter for DeploymentResource interface.Classorg.apache.ignite.spi.deploymentIgnite
EventAdapterBase adapter for the events.Classorg.apache.ignite.eventsIgnite
GridifyArgumentAdapterConvenience adapter for GridifyArgument interface.Classorg.apache.ignite.compute.gridify.aopIgnite
GridifyTaskAdapterConvenience adapter for tasks that work with Gridify annotation for grid-enabling methods.Classorg.apache.ignite.compute.gridifyIgnite
GridifyTaskSplitAdapterConvenience adapter for tasks that work with Gridify annotation for grid-enabling methods.Classorg.apache.ignite.compute.gridifyIgnite
IgfsInputStreamJobAdapterConvenient IgfsJob adapter.Classorg.apache.ignite.igfs.mapreduceIgnite
IgfsJobAdapterAdapter for IgfsJob with no-op implementation of cancel() method.Classorg.apache.ignite.igfs.mapreduceIgnite
IgfsTaskNoReduceAdapterConvenient IgfsTask adapter with empty reduce step.Classorg.apache.ignite.igfs.mapreduceIgnite
IgniteSpiAdapterThis class provides convenient adapter for SPI implementations.Classorg.apache.ignite.spiIgnite
TcpDiscoveryIpFinderAdapterIP finder interface implementation adapter.Classorg.apache.ignite.spi.discovery.tcp.ipfinderIgnite
ApiAdapterAn adapter that bridges between the uniform Connection model and a specific provider API model.Interfaceorg.springframework.social.connectSpring Social
SignInAdapterAdapter that bridges between a ProviderSignInController and a application-specific user sign-in service.Interfaceorg.springframework.social.connect.webSpring Social
SocialConfigurerAdapterAbstract implementation of SocialConfigurer with convenient default implementations of methods.Classorg.springframework.social.config.annotationSpring Social
FacebookAdapterFacebook ApiAdapter implementation.Classorg.springframework.social.facebook.connectSpring Social
TwitterAdapterTwitter ApiAdapter implementation.Classorg.springframework.social.twitter.connectSpring Social
ConnectorAdapterWraps a single Connector and forwards new messages to the supplied message dispatcher.Classcom.jme3.network.baseJMonkeyEngine
DemoLaunchAdapterThe view adapter which gets a list of LaunchEntries and displaqs themFields inherited from interface android.Classjme3test.androidJMonkeyEngine
KernelAdapterWraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpointClasscom.jme3.network.baseJMonkeyEngine
SceneGraphVisitorAdapterSceneGraphVisitorAdapter is used to traverse the scene graph tree.Classcom.jme3.sceneJMonkeyEngine
DoubleListAdapterAdapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
FloatListAdapterAdapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
IntListAdapterAdapter that permits an AbstractIntList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
LongListAdapterAdapter that permits an AbstractLongList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
ObjectListAdapterAdapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
GeneralPathAdapterClassorg.gvsig.fmap.geom.primitive.implgvSIG
ExternalReferenceAdapterAn external-reference-adapter handles XML-references to external streams of project data file or result files.Interfacelnb.projectLNB
FocusRequestAdapterMouse event listener to request the focus for a component on mouse pressed.Classlnb.compLNB
LibraryAdapterA library adapter to handle libraries in file, stream or server sections.Interfacelnb.project.libraryLNB
SimpleListTable .SimpleListTableAdapterInterfacelnb.compLNB
SortableTableRowSorterAdapterAdapter for table row sorting to connect a SortableTable to a RowSorter.Classlnb.comp.tableLNB
StreamLibraryAdapterA library adapter for libraries receiving data from input and output streams.Classlnb.project.library.streamLNB
TreeTableModelAdapterThis is a wrapper class takes a TreeTableModel and implements the table model interface.Classlnb.comp.treetableLNB
XMLShapeAdapterFachgebiet Bauphysik und Technischer Ausbau (fbta) 2002-2009 Universitaet KarlsruheClasslnb.comp.shapedrawLNB
ZipLibraryAdapter Multimediales Lernnetz Bauphysik (lnb) Copyright (C) 2002-2013 fbta.Classlnb.project.library.zipLNB
EnvelopeAdapterClassorg.hibernate.spatial.jtsHibernateSpatial
CentralDisplayAdapterClassorg.jscience.chemistry.gui.extended.beansJScience
ChangeAdapterThis is a ChangeListener that ignores everything.Classorg.jscience.utilJScience
JGraphModelAdapterAn adapter that reflects a JGraphT graph as a JGraph graph.Classorg.jscience.computing.graph.externalJScience
JGraphModelAdapter .CellFactoryCreates the JGraph cells that reflect the respective JGraphT elements.Interfaceorg.jscience.computing.graph.externalJScience
JGraphModelAdapter .DefaultCellFactoryA simple default cell factory.Classorg.jscience.computing.graph.externalJScience
MolViewerEventAdapterClassorg.jscience.chemistry.gui.extended.beansJScience
TraversalListenerAdapterAn empty do-nothing implementation of the TraversalListener interface used for subclasses.Classorg.jscience.computing.graph.eventsJScience
UndoAdapterAn undo adapter for updating the state of the undo components according to the new state of the undo history list.Classorg.openscience.cdk.controllerCDK
AcrPicoContainer .AcrComponentAdapterA component adapter that wraps a service provided by the ACR.Classorg.astrogrid.acr.optAstroGrid
CommandGroupAdapterAdapter class for CommandGroup.Classorg.knopflerfish.service.consoleKnoplerFish
CommandGroupAdapter .DynamicCmdClassorg.knopflerfish.service.consoleKnoplerFish
OncRpcBroadcastAdapterAn abstract adapter class for ONC/RPC broadcast reply events.Classorg.acplt.oncrpcBouncyCastle
CyNetworkAdapterEmpty implementation of the CyNetworkListener interface, following the adapter pattern useful for defining anonymous inner classes.ClasscytoscapeCytoScape
LayoutAdapterLayoutAdapter provides a *very* minimal interface to implement a layout algorithm.Classcytoscape.layoutCytoScape
TreeTableModelAdapterThis is a wrapper class takes a TreeTableModel and implements the table model interface.Classcytoscape.util.swingCytoScape
FileInputAdapterClassorg.neuroph.util.ioNeuroph
FileOutputAdapterClassorg.neuroph.util.ioNeuroph
InputAdapterInterface for reading neural network inputs from various data sources.Interfaceorg.neuroph.util.ioNeuroph
InputStreamAdapterClassorg.neuroph.util.ioNeuroph
JDBCInputAdapterClassorg.neuroph.util.ioNeuroph
JDBCOutputAdapterClassorg.neuroph.util.ioNeuroph
OutputAdapterInterface for writing neural network outputs to some destination.Interfaceorg.neuroph.util.ioNeuroph
OutputStreamAdapterClassorg.neuroph.util.ioNeuroph
URLInputAdapterClassorg.neuroph.util.ioNeuroph
URLOutputAdapterClassorg.neuroph.util.ioNeuroph
AuxiliaryScalarAdapterDefines an StateElementAdapter that will take the Motion1 where T is a double AuxiliaryStateScalar being used by a Classagi.foundation.coordinatesAGI ( Analytical Graphics )
AuxiliaryStateVectorAdapterDefines an StateElementAdapter that will take the Motion1 of a AuxiliaryStateVector from one IMotionState, perform a Classagi.foundation.coordinatesAGI ( Analytical Graphics )
PropagationPointElementAdapterDefines an adapter that will take a points Motion1 from one IMotionState, perform a ReferenceFrame transformation from its defined in Classagi.foundation.coordinatesAGI ( Analytical Graphics )
PropagationScalarAdapterDefines an StateElementAdapter that will take the Motion1 where T is a double, of a PropagationScalar being used by a Classagi.foundation.coordinatesAGI ( Analytical Graphics )
PropagationVectorAdapterDefines an StateElementAdapter that will take the Motion1 of a PropagationVector from one IMotionState, perform a Classagi.foundation.coordinatesAGI ( Analytical Graphics )
RealValuedScalarFunctionAdapterClassagi.foundation.numericalmethodsAGI ( Analytical Graphics )
ReferenceFrameAdapterThe StateElementAdapter definition for the simple case when the element's definitional object and its defined in object are just a ReferenceFrame.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
SimpleAdapterThe factory for an StateElementAdapter that has no defined in, nor a element definition object.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
SimpleMotionAdapterThe factory for an StateElementAdapter that has no defined in, nor a element definition object.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
StateElementAdapterThe base type for all StateElementAdapters.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
StateElementAdapterFactoryAdapters are the objects that provide a connection of the same element between multiple For example, when the ReferenceFrame changes for a PropagationPointElement from Classagi.foundation.coordinatesAGI ( Analytical Graphics )
StateTransitionMatrixAdapterDefines an adapter for a StateTransitionMatrix.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
VectorAxesAdapterThe StateElementAdapterFactory for the simple case when the element's definitional object and its defined-in object are just a Axes.Classagi.foundation.coordinatesAGI ( Analytical Graphics )
AnnotatedChartModelAdapterClasscom.jidesoft.chart.modelJideSoft
AutoFilterTableHeaderAdapterInterfacecom.jidesoft.gridJideSoft
AutoFilterTableHeaderAdapter .FilterTitleFormatterInterfacecom.jidesoft.gridJideSoft
CollapsiblePaneAdapterThe adapter of the interface CollapsibleListener for receiving collapsible pane events.Classcom.jidesoft.pane.eventJideSoft
CrudTableModelAdapterAn adapter class for the interface CrudTableModel for easy implementation.Classcom.jidesoft.databaseJideSoft
DockableBarAdapterDefault implementation of DockableBarListener.Classcom.jidesoft.action.eventJideSoft
DockableFrameAdapterDefault implementation of DockableFrameListener.Classcom.jidesoft.docking.eventJideSoft
DocumentComponentAdapterAdapter class for DocumentComponentListener.Classcom.jidesoft.documentJideSoft
JideCellEditorAdapterJideCellEditorAdapter is the default implementation for JideCellEditorListener so that you don'tClasscom.jidesoft.gridJideSoft
ListTableModelAdapterThe table model used by DualTable.Classcom.jidesoft.gridJideSoft
PredefinedLayoutAdapterInterfacecom.jidesoft.dashboardJideSoft
ResizableMouseInputAdapterMouse input listener to control the resizing of Resizable component.Classcom.jidesoft.swingJideSoft
TableAdapterThis interface includes many important operations for a JTable.Interfacecom.jidesoft.gridJideSoft
TableModelAdapterInterfacecom.jidesoft.gridJideSoft
TableToChartAdapterThis class converts a table model to a chart model.Classcom.jidesoft.chart.modelJideSoft
WaterfallModelAdapterThis class converts a waterfall model to a conventional chart model.Classcom.jidesoft.chart.modelJideSoft
XmlBasicStrokeAdapterClasscom.jidesoft.chart.xmlJideSoft
XmlColorAdapterA Color can be provided either as an RGB value or an RGBA value, as for example 'rgb(128,128,128)' which is a mid-grey, or 'rgba(255,0,0,128)', which is a translucent red.Classcom.jidesoft.chart.xmlJideSoft
XmlFontAdapterClasscom.jidesoft.chart.xmlJideSoft
XmlHighlightAdapterClasscom.jidesoft.chart.modelJideSoft
XmlPaintAdapterCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 09-Sep-2010Classcom.jidesoft.chart.xmlJideSoft
XmlPositionableAdapterCopyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved Created: 24/04/11 at 23:32Classcom.jidesoft.chart.xmlJideSoft
CheckerAdapterAdapter class for Checker, extending org.Classorg.checkerframework.qualframework.baseChecker
GenericVisitorAdapterClassorg.checkerframework.stubparser.ast.visitorChecker
ModifierVisitorAdapterThis visitor adapter can be used to save time when some specific nodes needs to be changed.Classorg.checkerframework.stubparser.ast.visitorChecker
QualTransferAdapterQualTransferAdapter adapts the CFTransfer to a QualTransfer.Classorg.checkerframework.qualframework.base.dataflowChecker
RegexCheckerAdapterCheckerAdapter for the Regex-Qual type system.Classorg.checkerframework.checker.experimental.regex_qualChecker
TaintingCheckerAdapterClassorg.checkerframework.checker.experimental.tainting_qualChecker
TypecheckVisitorAdapterThis class is a shim to allow writing typecheck-visitors using QualifiedTypeMirrors instead of AnnotatedTypeMirrors.Classorg.checkerframework.qualframework.baseChecker
TypeVariableSubstitutorAdapterClassorg.checkerframework.qualframework.baseChecker
VoidVisitorAdapterClassorg.checkerframework.stubparser.ast.visitorChecker
BasicStringTypeAdapterConvenient abstract implementation of JsonTypeAdapter.Classorg.javers.core.jsonJavers
CdoSnapshotStateTypeAdapterClassorg.javers.core.json.typeadapter.commitJavers
ChangeTypeAdaptersModuleClassorg.javers.core.json.typeadapter.changeJavers
CommitTypeAdaptersModuleClassorg.javers.core.json.typeadapter.commitJavers
CustomToNativeAppenderAdapterClassorg.javers.core.diff.customJavers
DateTypeCoreAdaptersClassorg.javers.core.json.typeadapter.dateJavers
JsonTypeAdapterJavers abstraction over native Implement JsonTypeAdapter to add custom JSON serialization and deserialization behaviour,Interfaceorg.javers.core.jsonJavers
JsonTypeAdapterTemplateClassorg.javers.core.jsonJavers
UtilTypeAdaptersClassorg.javers.core.json.typeadapter.utilJavers
TransfAlgebraicAdapterClassorg.biojava.nbio.structure.xtal.ioBioJava
AndroidNodeIntegrationAdapterThis is the base event handler for an Android node.Classorg.jppf.android.nodeJppf
ClientQueueListenerAdapterClient queue listener adapter, providing no-op implementations of the ClientQueueListener interface methods.Classorg.jppf.client.eventJppf
ConnectionPoolListenerAdapterThis adapter class provides an empty implementation of each method in the ConnectionPoolListener interface.Classorg.jppf.client.eventJppf
JobListenerAdapterA convenience class which allows subclassing and implementing only the needed methods of JobListener.Classorg.jppf.client.eventJppf
JobMonitoringListenerAdapterA convenience class for subclasses that wish to subscribe to job monitoring events without having to implement all the methods of the JobMonitoringListener interface.Classorg.jppf.client.monitoring.jobsJppf
NodeIntegrationAdapterAn abstract adapter class for receiving node events.Classorg.jppf.node.eventJppf
NodeIntegrationAdapterAn abstract adapter class for receiving node events.Classorg.jppf.node.screensaverJppf
NodeLifeCycleListenerAdapterConvenience class that can be used when not all methods of NodeLifeCycleListener need to be implemented.Classorg.jppf.node.eventJppf
TopologyListenerAdapterA convenience class for subclasses that wish to receive topology events without having to implement all the methods of the TopologyListener interface.Classorg.jppf.client.monitoring.topologyJppf
OSXAdapterClassapple.dts.samplecode.osxadapterPixelMed
ResultHistoryPanel .RKeyAdapterExtension of KeyAdapter that implements Serializable.Classweka.guiWeka
ResultHistoryPanel .RMouseAdapterExtension of MouseAdapter that implements Serializable.Classweka.guiWeka