- encrypt(String) - Method in class org.hawaiiframework.crypto.HawaiiStringEncryptor
-
Encrypt the input message.
- enrich(ErrorResponseResource, Throwable, WebRequest, HttpStatus) - Method in interface org.hawaiiframework.web.exception.ErrorResponseEnricher
-
Default implementation that first translates the original throwable to the one that was used to determine the
error response resource type, i.e.
- entrySet() - Method in class org.hawaiiframework.util.StackedHashMap
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple1
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple10
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple2
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple3
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple4
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple5
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple6
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple7
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple8
-
- equals(Object) - Method in class org.hawaiiframework.util.tuple.Tuple9
-
- ErrorMessageResponseEnricher - Class in org.hawaiiframework.web.exception
-
This enricher copies the error message from the exception onto the error response resource.
- ErrorMessageResponseEnricher() - Constructor for class org.hawaiiframework.web.exception.ErrorMessageResponseEnricher
-
- ErrorResponseEnricher - Interface in org.hawaiiframework.web.exception
-
This interface defines a way to enrich the error response with values applicable to the given situation.
- ErrorResponseResource - Class in org.hawaiiframework.web.resource
-
This class represents the body of an error response.
- ErrorResponseResource() - Constructor for class org.hawaiiframework.web.resource.ErrorResponseResource
-
- ErrorResponseStatusEnricher - Class in org.hawaiiframework.web.exception
-
This enricher copies the http status value and text onto the error response resource.
- ErrorResponseStatusEnricher() - Constructor for class org.hawaiiframework.web.exception.ErrorResponseStatusEnricher
-
- exceptionResponseFactory() - Method in class org.hawaiiframework.boot.autoconfigure.rest.HawaiiRestAutoConfiguration
-
- ExceptionResponseFactory - Interface in org.hawaiiframework.web.exception
-
Factory to create the right type of response resource for an exception.