Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.base |
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
|
com.fasterxml.jackson.core.filter | |
com.fasterxml.jackson.core.format |
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
|
com.fasterxml.jackson.core.io | |
com.fasterxml.jackson.core.json |
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
|
com.fasterxml.jackson.core.sym |
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
|
com.fasterxml.jackson.core.type |
Contains classes needed for type introspection, mostly used by data binding
functionality.
|
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
com.fasterxml.jackson.databind.annotation |
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and can not be included
in Jackson core annotations package (because it can not have any
external dependencies).
|
com.fasterxml.jackson.databind.cfg |
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind ). |
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
com.fasterxml.jackson.databind.exc | |
com.fasterxml.jackson.databind.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
com.fasterxml.jackson.databind.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
com.fasterxml.jackson.databind.jsonFormatVisitors |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
com.fasterxml.jackson.databind.jsonschema |
Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
|
com.fasterxml.jackson.databind.jsontype |
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
|
com.fasterxml.jackson.databind.jsontype.impl |
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
com.fasterxml.jackson.databind.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module) . |
com.fasterxml.jackson.databind.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.databind.type | |
com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
Package | Description |
---|---|
com.fasterxml.jackson.datatype.jdk8 |
Package | Description |
---|---|
com.fasterxml.jackson.datatype.jsr310 | |
com.fasterxml.jackson.datatype.jsr310.deser | |
com.fasterxml.jackson.datatype.jsr310.deser.key | |
com.fasterxml.jackson.datatype.jsr310.ser | |
com.fasterxml.jackson.datatype.jsr310.ser.key |
Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.annotation |
Package that contains annotations applicable to all content types.
|
com.fasterxml.jackson.jaxrs.base | |
com.fasterxml.jackson.jaxrs.base.nocontent | |
com.fasterxml.jackson.jaxrs.cfg | |
com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
com.fasterxml.jackson.jaxrs.json.annotation |
Package that contains annotations specific to JSON dataformat.
|
com.fasterxml.jackson.jaxrs.util |
Miscellaneous helper classes used by providers.
|
com.fasterxml.jackson.module.jaxb |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
com.fasterxml.jackson.module.jaxb.deser | |
com.fasterxml.jackson.module.jaxb.ser |
Package | Description |
---|---|
com.sun.activation.registries | |
com.sun.activation.viewers | |
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
Package | Description |
---|---|
javax.annotation |
This package defines the common annotations.
|
javax.annotation.security |
This package contains the security common annotations.
|
javax.annotation.sql |
Package | Description |
---|---|
javax.batch.api |
Provides APIs used by Batch artifacts.
|
javax.batch.api.chunk |
Provides APIs used by artifacts in a Batch chunk step.
|
javax.batch.api.chunk.listener |
Provides APIs defining listener artifacts for a Batch chunk step.
|
javax.batch.api.listener |
Provides APIs defining Batch job-level and step-level listener artifacts.
|
javax.batch.api.partition |
Provides APIs for artifacts specific to a Batch partitioned step.
|
javax.batch.operations |
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
|
javax.batch.runtime |
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
|
javax.batch.runtime.context |
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
|
Package | Description |
---|---|
javax.ejb | |
javax.ejb.embeddable | |
javax.ejb.spi |
Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
org.jboss.el.cache |
Package | Description |
---|---|
javax.decorator |
Annotations relating to decorators.
|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.context.spi |
The custom context SPI.
|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.util |
Contains shared, general-purpose helper classes and annotations.
|
Package | Description |
---|---|
javax.enterprise.concurrent |
Package | Description |
---|---|
javax.faces | |
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.bean |
These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond” |
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
javax.faces.component.html |
Specialized user
interface component classes for HTML.
|
javax.faces.component.visit |
APIs for traversing a user interface component view. |
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
javax.faces.convert |
Contains classes and interfaces
defining converters.
|
javax.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
javax.faces.event |
Interfaces describing
events and event listeners, and concrete event implementation classes.
|
javax.faces.flow |
The runtime API for Faces Flows. |
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
javax.faces.lifecycle |
Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation.
|
javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
javax.faces.render |
Classes
and interfaces
defining the rendering model.
|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
Package | Description |
---|---|
javax.inject |
This package specifies a means for obtaining objects in such a way as to
maximize reusability, testability and maintainability compared to
traditional approaches such as constructors, factories, and service
locators (e.g., JNDI). This process, known as dependency
injection, is beneficial to most nontrivial applications.
|
Package | Description |
---|---|
javax.interceptor |
Package | Description |
---|---|
javax.jms |
The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
|
Package | Description |
---|---|
javax.jws | |
javax.jws.soap |
Package | Description |
---|---|
com.sun.mail.auth | |
com.sun.mail.handlers | |
com.sun.mail.iap | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol | |
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
com.sun.mail.util |
Utility classes for use with the JavaMail API.
|
com.sun.mail.util.logging |
Contains JavaMailTM extensions for
the JavaTM platform's core logging
facilities.
|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the JavaMail API.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
javax.mail.search |
Message search terms for the JavaMail API.
|
javax.mail.util |
JavaMail API utility classes.
|
Package | Description |
---|---|
javax.management.j2ee | |
javax.management.j2ee.statistics |
Package | Description |
---|---|
javax.persistence | |
javax.persistence.criteria | |
javax.persistence.metamodel | |
javax.persistence.spi |
Package | Description |
---|---|
javax.resource |
The javax.resource package is the top-level package for the Java EE
Connector API specification.
|
javax.resource.cci |
The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
javax.resource.spi.endpoint |
This package contains system contracts for service endpoint interactions.
|
javax.resource.spi.security |
The javax.resource.spi.security package contains APIs for the security
management contract.
|
javax.resource.spi.work |
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
|
Package | Description |
---|---|
javax.security.auth.message |
This package defines the core interfaces of the JSR 196 message authentication SPI.
|
javax.security.auth.message.callback |
This package defines callback interfaces that may be used by a pluggable message
authentication module to interact with the message processing runtime that invoked the
module.
|
javax.security.auth.message.config |
This package defines the interfaces implemented by JSR 196 compatible configuration
systems.
|
javax.security.auth.message.module |
This package defines the interfaces implemented by JSR 196 compatible authentication
modules.
|
Package | Description |
---|---|
javax.security.jacc |
This package containes the Java Authorization Contract for Containers API
|
Package | Description |
---|---|
javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
javax.servlet.annotation |
The javax.servlet.annotation package contains a number of annotations
that allow users to use annotations to declare servlets, filters,
listeners and specify the metadata for the declared component.
|
javax.servlet.descriptor |
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml and web-fragment.xml descriptors. |
javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.1 API.
|
javax.servlet.jsp.el |
Provides the
ELResolver classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language. |
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Package | Description |
---|---|
javax.transaction | |
javax.transaction.xa |
This package contains the classes and interfaces that define the interaction
between the transaction manager and the resources it manages.
|
Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.bootstrap |
Package containing bootstrap specific objects.
|
javax.validation.constraints |
Contains all the Bean Validation provided constraints
also called built-in constraints.
|
javax.validation.constraintvalidation |
Package containing constructs specific to constraint validators
In particular
SupportedValidationTarget
is used to refine the validation target of a ConstraintValidator . |
javax.validation.executable |
Package related to the control and execution of executable validation.
|
javax.validation.groups |
A group defines a subset of constraints.
|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
Package | Description |
---|---|
javax.websocket |
This package contains all the WebSocket APIs common to both the client
and server side.
|
javax.websocket.server |
This package contains all the WebSocket APIs used only by server side
applications.
|
Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
javax.xml.bind.annotation.adapters |
XmlAdapter and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB. |
javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that
enables the interpretation and creation of optimized binary data
within an MIME-based package format.
|
javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the javax.xml.bind interfaces.
|
javax.xml.bind.util |
Useful client utility classes.
|
Package | Description |
---|---|
javax.xml.rpc | |
javax.xml.rpc.encoding | |
javax.xml.rpc.handler | |
javax.xml.rpc.handler.soap | |
javax.xml.rpc.holders | |
javax.xml.rpc.server | |
javax.xml.rpc.soap |
Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler |
This package defines APIs for message handlers.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
javax.xml.ws.http |
This package defines APIs specific to the HTTP binding.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
javax.xml.ws.spi.http |
Provides HTTP SPI that is used for portable deployment of JAX-WS
web services in containers(for e.g.
|
javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
Package | Description |
---|---|
org.apache.xalan | |
org.apache.xalan.client |
Implementation of Xalan applet.
|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
org.apache.xalan.res |
Contains strings that require internationalization.
|
org.apache.xalan.serialize | |
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.trace |
Implementation of Xalan Trace events, for use by a debugger.
|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
org.apache.xalan.xsltc | |
org.apache.xalan.xsltc.cmdline | |
org.apache.xalan.xsltc.cmdline.getopt | |
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax | |
org.apache.xalan.xsltc.util | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xml.res | |
org.apache.xml.serializer |
Processes SAX events into streams.
|
org.apache.xml.serializer.dom3 | |
org.apache.xml.serializer.utils | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.apache.xml.utils.res | |
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
org.apache.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
org.apache.xpath.domapi |
Implements DOM Level 3 XPath API
|
org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
org.apache.xpath.jaxp | |
org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
org.apache.xpath.res |
Contains strings for XPath support that require internationalization.
|
Package | Description |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.jmx.impl |
Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.cfg |
Entry point for the programmatic constraint definition API.
|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
org.hibernate.validator.cfg.defs |
Constraint definition classes for programmatic constraint
definition API.
|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
org.hibernate.validator.constraintvalidation |
Custom Hibernate Validator specific constraint validation extension classes.
|
org.hibernate.validator.constraintvalidators | |
org.hibernate.validator.engine | |
org.hibernate.validator.group |
This package provides support for dynamic default group sequence
definition.
|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.constraintvalidators.bv |
Implementations of the Bean Validation built-in constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv.future |
Constraint validator implementations of the Bean Validation
Future constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.past |
Constraint validator implementations of the Bean Validation
Past constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.size |
Implementations of the Bean Validation
Size constraint. |
org.hibernate.validator.internal.constraintvalidators.hv |
Implementations of Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators.hv.br | |
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.engine.constraintdefinition | |
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
org.hibernate.validator.internal.engine.messageinterpolation |
Helper classes for message interpolation.
|
org.hibernate.validator.internal.engine.messageinterpolation.el |
Helper classes for setting up the Expression Language context for message interpolation.
|
org.hibernate.validator.internal.engine.messageinterpolation.parser |
Classes related to parsing a message descriptor and extracting interpolation terms.
|
org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
org.hibernate.validator.internal.engine.resolver |
Various implementations of the TraversableResolver interface.
|
org.hibernate.validator.internal.engine.time | |
org.hibernate.validator.internal.engine.valuehandling |
Implementations for
ValidatedValueUnwrapper |
org.hibernate.validator.internal.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.metadata.aggregated.rule |
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.metadata.facets |
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
|
org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic
|
org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
org.hibernate.validator.internal.util |
Independent helper classes.
|
org.hibernate.validator.internal.util.annotationfactory |
Annotation proxy helper.
|
org.hibernate.validator.internal.util.classhierarchy |
Contains classes for working with the elements of a class hierarchy.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.hibernate.validator.internal.util.privilegedactions |
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
|
org.hibernate.validator.internal.util.scriptengine |
Classes related to the evaluation of script with ScriptEngine (JSR-223).
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used
by custom implementations of the interface for delegation.
|
org.hibernate.validator.parameternameprovider |
Custom Hibernate Validator
javax.validation.ParameterNameProvider implementations. |
org.hibernate.validator.path |
Hibernate Validator extensions around
javax.validation.Path . |
org.hibernate.validator.resourceloading |
ResourceBundleLocator interface and its various implementations.
|
org.hibernate.validator.spi.cfg | |
org.hibernate.validator.spi.group |
This package provides support for dynamic default group sequence definition.
|
org.hibernate.validator.spi.resourceloading |
ResourceBundleLocator interface.
|
org.hibernate.validator.spi.time | |
org.hibernate.validator.spi.valuehandling |
SPI for handling values of validated elements prior to validation.
|
org.hibernate.validator.valuehandling |
Contains annotations dealing with the handling of values of validated elements prior to validation.
|
Package | Description |
---|---|
org.hibernate.validator.cdi |
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
|
org.hibernate.validator.internal.cdi |
Classes for enabling Bean Validation CDI integration.
|
org.hibernate.validator.internal.cdi.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
Package | Description |
---|---|
org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
org.jboss.as.controller.client.helpers | |
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance. |
org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API . |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
org.jboss.as.controller.client.logging |
Package | Description |
---|---|
org.jboss.as.core.security.api |
Package | Description |
---|---|
org.jboss.as.security.api |
Package | Description |
---|---|
org.jboss.system | |
org.jboss.system.logging |
Package | Description |
---|---|
org.jboss.dmr | |
org.jboss.dmr.stream |
Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents.
|
Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client | |
org.jboss.ejb.client.annotation | |
org.jboss.ejb.client.legacy | |
org.jboss.ejb.client.naming.ejb | |
org.jboss.ejb.protocol.remote | |
org.jboss.ejb.server |
Package | Description |
---|---|
org.jboss.ejb3.annotation |
Package | Description |
---|---|
org.jboss.logging |
Package | Description |
---|---|
org.slf4j.bridge |
Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config | |
org.jboss.logmanager.errormanager | |
org.jboss.logmanager.filters | |
org.jboss.logmanager.formatters | |
org.jboss.logmanager.handlers |
Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.util |
Package | Description |
---|---|
org.jboss.msc |
The modular service container base package.
|
org.jboss.msc.inject |
Classes which implement value injection.
|
org.jboss.msc.service |
The service container implementation itself.
|
org.jboss.msc.service.management | |
org.jboss.msc.value |
Classes which implement various indirect value types.
|
Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3._private | |
org.jboss.remoting3.remote | |
org.jboss.remoting3.security | |
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remoting3.util |
Package | Description |
---|---|
org.jboss.remotingjmx | |
org.jboss.remotingjmx.protocol | |
org.jboss.remotingjmx.protocol.v1 | |
org.jboss.remotingjmx.protocol.v2 |
Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.atom.app | |
org.jboss.resteasy.plugins.providers.resteasy_atom.i18n |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers | |
org.jboss.resteasy.plugins.providers.jackson |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jackson |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.i18n | |
org.jboss.resteasy.plugins.stats |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json.i18n |
Package | Description |
---|---|
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.jsapi.i18n |
Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.jsonp |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart.i18n |
Package | Description |
---|---|
org.jboss.resteasy.plugins.validation | |
org.jboss.resteasy.plugins.validation.i18n |
Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.activator | |
org.jboss.weld.context.bound | |
org.jboss.weld.context.ejb | |
org.jboss.weld.context.http | |
org.jboss.weld.context.unbound | |
org.jboss.weld.inject |
Package | Description |
---|---|
org.jboss.ws.api | |
org.jboss.ws.api.addressing |
JSR-261 support classes and interfaces
|
org.jboss.ws.api.annotation |
JBossWS stack agnostic annotations
|
org.jboss.ws.api.binding |
JBossWS binding customization interfaces
|
org.jboss.ws.api.configuration | |
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.jboss.ws.api.monitoring |
Classes and interfaces for monitoring through collection of records.
|
org.jboss.ws.api.tools |
JBossWS interfaces for JAX-WS tooling
|
org.jboss.ws.api.util |
Convenient utilities
|
Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
org.xnio._private | |
org.xnio.channels |
The core XNIO channel API.
|
org.xnio.conduits |
The XNIO conduit SPI.
|
org.xnio.http | |
org.xnio.management | |
org.xnio.sasl |
Utility classes for using SASL mechanisms atop NIO or XNIO APIs.
|
org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
org.xnio.streams |
Utility classes for creating streams which use XNIO channels.
|
Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.event | |
org.slf4j.helpers |
Helper classes.
|
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Package | Description |
---|---|
org.slf4j.agent |
"-javaagent" routines for SLF4J.
|
org.slf4j.cal10n |
SLF4J API extensions
|
org.slf4j.ext |
Localized logging using the CAL10N API.
|
org.slf4j.instrumentation |
Java instrumentation routines for SLF4J.
|
org.slf4j.profiler |
Poor man's profiler API
|
Package | Description |
---|---|
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
org.wildfly.clustering.group |
Public clustering API which represent cluster group and its members.
|
org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
org.wildfly.clustering.registry |
Public clustering API for clustered registry that stores a unique key/value pair per node.
|
Package | Description |
---|---|
org.wildfly.clustering.marshalling |
Package | Description |
---|---|
org.wildfly.clustering.singleton | |
org.wildfly.clustering.singleton.election |
Package | Description |
---|---|
org.wildfly.clustering.web.annotation |
Package | Description |
---|---|
org.wildfly.extension.core.management.client |
Package | Description |
---|---|
org.wildfly.extension.elytron | |
org.wildfly.extension.elytron._private |
Resources private to the Subsystem
|
org.wildfly.extension.elytron.capabilities |
Capabilities backed by functional interfaces.
|
org.wildfly.extension.elytron.capabilities._private |
Package | Description |
---|---|
org.wildfly.httpclient.common |
Package | Description |
---|---|
org.wildfly.httpclient.ejb |
Package | Description |
---|---|
org.wildfly.httpclient.naming |
Package | Description |
---|---|
org.wildfly.httpclient.transaction |
Package | Description |
---|---|
org.jboss.naming.remote.client | |
org.wildfly.naming.client | |
org.wildfly.naming.client._private | |
org.wildfly.naming.client.remote | |
org.wildfly.naming.client.store | |
org.wildfly.naming.client.util | |
org.wildfly.naming.security |
Package | Description |
---|---|
java.nio.channels | |
javax.xml.namespace | |
org.hibernate.boot.model.process |
Defines the contracts used to perform the process of transforming a
MetadataSources
references into a Metadata reference. |
org.hibernate.engine.config |
Package for the configuration service, which provides access to configuration settings as part of a
ServiceRegistry
|
org.hibernate.jpa.graph |
Definition of the Hibernate support for the JPA
EntityGraph feature-set
introduced in JPA 2.1 |
org.hibernate.loader.plan.exec |
This package supports converting a LoadPlan to SQL and generating readers for the resulting ResultSet
|
org.hibernate.loader.plan.exec.process |
Defines support for processing ResultSet values as defined by a LoadPlan
|
org.hibernate.loader.plan.exec.query |
Defines support for building a query (SQL string specifically for now) based on a LoadPlan.
|
org.hibernate.resource.transaction.backend.jdbc |
Collectively models the concept of transaction coordination through the
"data store" specific notion of a transaction.
|
org.hibernate.secure | |
org.hibernate.tool.schema.extract |
Copyright © 2017 JBoss by Red Hat. All rights reserved.