Andrii Tsarenko

Results 3 issues of Andrii Tsarenko

``` FSTConfiguration fst = FSTConfiguration.createDefaultConfiguration(); fst.setClassLoader(someClassLoader); byte[] objBytes = fst.asByteArray(someObject); ... SomeObject obj = fst.asObject(objectBytes); ``` Is it possible to reuse `fst` instance with a custom classLoader (**thread safe**) ?

I downloaded an examples `[material2](https://github.com/angular/material2/tree/master/src/demo-app)` tried `getlibs, but had exception: [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (theme.css, line 0) [Error] Failed...

Added and implemented `@ApiErrorValue` annotation, ~~without changing existing classes~~, fully backward compatible, 100% test coverage, added javaDoc, added sample module. (_minor changes were added to_ [ReflectionBasedJsr303AnnotationTrollerBase](https://github.com/Nike-Inc/backstopper/blob/d9b57e6a90baaa781620cc4ea7ebea29f9eb8bb8/backstopper-reusable-tests/src/main/java/com/nike/backstopper/apierror/contract/jsr303convention/ReflectionBasedJsr303AnnotationTrollerBase.java#L704)) pros: 1. easy to...