| Interface | Description |
|---|---|
| LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| LambdaExceptionUtils.ConsumerWithExceptions<T,E extends Exception> |
Represents a
Consumer interface which can throw exceptions. |
| LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception> |
Represents a
Function interface which can throw exceptions. |
| LambdaExceptionUtils.RunnableWithExceptions<E extends Exception> |
Represents a
Runnable interface which can throw exceptions. |
| LambdaExceptionUtils.SupplierWithExceptions<T,E extends Exception> |
Represents a
Supplier interface which can throw exceptions. |
| LambdaExceptionUtils.TriConsumer<T,U,V> |
Represents a
TriConsumer interface. |
| LambdaExceptionUtils.TriConsumerWithExceptions<T,U,V,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| Class | Description |
|---|---|
| AttributeUtil |
This class acts as an utility class for attributes.
|
| CopyUtil |
This is to create a deep copy of the object using java serialization.
|
| LambdaExceptionUtils |
A Utility which provides a way to throw checked exceptions from the lambda expressions.
|
| PatchOperationUtil |
This provides the methods on the PATCH operation of any resource type.
|
| ResourceManagerUtil |
This class will act as a support class for endpoints.
|
| SchemaUtil |
Attribute schema related supportutils can be found here.
|
Copyright © 2022 WSO2. All rights reserved.